From f71ddcbe60065d7fc46c20f957a8fb1cd7d3142c Mon Sep 17 00:00:00 2001 From: laojianzi Date: Sat, 27 Mar 2021 16:37:14 +0800 Subject: [PATCH] ci: add go version 1.16 --- .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 fe01c600..5ea6abcc 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] + go: [1.12, 1.13, 1.14, 1.15, 1.16] test-tags: ['', nomsgpack] name: ${{ matrix.os }} @ Go ${{ matrix.go }} ${{ matrix.test-tags }} runs-on: ${{ matrix.os }}