mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 05:16:35 +08:00
Surround the go version parameters with single quotes
This commit is contained in:
parent
f99108123a
commit
12a2d63d97
2
.github/workflows/gin.yml
vendored
2
.github/workflows/gin.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
go: [1.16, 1.17, 1.18, 1.19, 1.20]
|
go: ['1.16', '1.17', '1.18', '1.19', '1.20']
|
||||||
test-tags: ['', '-tags nomsgpack', '-tags "sonic avx"', '-tags go_json']
|
test-tags: ['', '-tags nomsgpack', '-tags "sonic avx"', '-tags go_json']
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user