mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-17 05:42:09 +08:00
Remove space in gin.yml
This commit is contained in:
parent
ba37dcbd06
commit
e91aab00fd
6
.github/workflows/gin.yml
vendored
6
.github/workflows/gin.yml
vendored
@ -27,9 +27,9 @@ jobs:
|
|||||||
needs: lint
|
needs: lint
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macos-latest ]
|
os: [ubuntu-latest, macos-latest]
|
||||||
go: [ 1.15, 1.16, 1.17, 1.18, 1.19 ]
|
go: [1.15, 1.16, 1.17, 1.18, 1.19]
|
||||||
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
|
||||||
go-build: ~/.cache/go-build
|
go-build: ~/.cache/go-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user