From f99108123a9dc3b4a6060be027e181ef55fe1bd7 Mon Sep 17 00:00:00 2001 From: mstmdev Date: Thu, 2 Feb 2023 12:38:28 +0800 Subject: [PATCH] =?UTF-8?q?chore(go):=20Add=C2=A0support=20go=201.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 9bd2698c..a88014ab 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] + 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