From 12a2d63d9777cc738d427448f74621183f9e9545 Mon Sep 17 00:00:00 2001 From: mstmdev Date: Thu, 2 Feb 2023 12:53:51 +0800 Subject: [PATCH] Surround the go version parameters with single quotes --- .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 a88014ab..fac97d47 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, 1.19, 1.20] + go: ['1.16', '1.17', '1.18', '1.19', '1.20'] test-tags: ['', '-tags nomsgpack', '-tags "sonic avx"', '-tags go_json'] include: - os: ubuntu-latest