From b7173f44f882a87aeba01a01f8c2891ef4cecc0a Mon Sep 17 00:00:00 2001 From: thinkerou Date: Tue, 28 Jun 2022 15:32:37 +0800 Subject: [PATCH] remove jsoniter tag --- .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 450685b4..78deffa5 100644 --- a/.github/workflows/gin.yml +++ b/.github/workflows/gin.yml @@ -29,7 +29,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] go: [1.15, 1.16, 1.17, 1.18] - test-tags: ['', nomsgpack, jsoniter, go_json] + test-tags: ['', nomsgpack, go_json] include: - os: ubuntu-latest go-build: ~/.cache/go-build