From 53c3589b46781dd7c7e9dedf502841469e32674a Mon Sep 17 00:00:00 2001 From: thinkerou Date: Mon, 27 Jun 2022 20:26:53 +0800 Subject: [PATCH] remove go1.14 and go1.15 --- .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 e8ef30ca..8e688b12 100644 --- a/.github/workflows/gin.yml +++ b/.github/workflows/gin.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: [1.14, 1.15, 1.16, 1.17, 1.18] + go: [1.16, 1.17, 1.18] test-tags: ['', nomsgpack] include: - os: ubuntu-latest