Remove space in gin.yml

This commit is contained in:
mstmdev 2022-08-15 10:18:48 +08:00
parent ba37dcbd06
commit e91aab00fd

View File

@ -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