mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 21:32:11 +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
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macos-latest ]
|
||||
go: [ 1.15, 1.16, 1.17, 1.18, 1.19 ]
|
||||
test-tags: [ '', '-tags nomsgpack', '-tags "sonic avx"', '-tags go_json' ]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go: [1.15, 1.16, 1.17, 1.18, 1.19]
|
||||
test-tags: ['', '-tags nomsgpack', '-tags "sonic avx"', '-tags go_json']
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
go-build: ~/.cache/go-build
|
||||
|
Loading…
x
Reference in New Issue
Block a user