mirror of
https://github.com/1f349/violet.git
synced 2024-11-22 03:11:44 +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:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: 1.20.x
|
go-version: [1.20.x]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user