From 183832680c8c7b772d83fc0ba922c5d7dfa23ef0 Mon Sep 17 00:00:00 2001 From: mstmdev Date: Thu, 22 Sep 2022 13:58:26 +0800 Subject: [PATCH] Trigger build --- .github/workflows/gin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gin.yml b/.github/workflows/gin.yml index 686d08a3ac..5aab4ecd6d 100644 --- a/.github/workflows/gin.yml +++ b/.github/workflows/gin.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: [1.16, 1.17, 1.18] + go: [1.16 , 1.17, 1.18] test-tags: ['', '-tags nomsgpack', '-tags "sonic avx"', '-tags go_json'] include: - os: ubuntu-latest