From e91aab00fd6a9edf78a50147502267e8224f856a Mon Sep 17 00:00:00 2001 From: mstmdev Date: Mon, 15 Aug 2022 10:18:48 +0800 Subject: [PATCH] Remove space in gin.yml --- .github/workflows/gin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gin.yml b/.github/workflows/gin.yml index 12a5a60d..08782755 100644 --- a/.github/workflows/gin.yml +++ b/.github/workflows/gin.yml @@ -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