mirror of
https://github.com/1f349/violet.git
synced 2024-11-21 10:51:40 +00:00
Add brackets around go version
This commit is contained in:
parent
80a03709d3
commit
f6d3abb515
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -4,7 +4,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: 1.20.x
|
||||
go-version: [1.20.x]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
|
Loading…
Reference in New Issue
Block a user