From 9ad47689317e71c89ec2e74b119758e97895554d Mon Sep 17 00:00:00 2001 From: laojianzi Date: Wed, 23 Jun 2021 09:47:51 +0800 Subject: [PATCH] chore(ci): remove go 1.12 support --- .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 5ea6abcc..36f75f5f 100644 --- a/.github/workflows/gin.yml +++ b/.github/workflows/gin.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go: [1.12, 1.13, 1.14, 1.15, 1.16] + go: [1.13, 1.14, 1.15, 1.16] test-tags: ['', nomsgpack] name: ${{ matrix.os }} @ Go ${{ matrix.go }} ${{ matrix.test-tags }} runs-on: ${{ matrix.os }}