From 9931ec94d6e430642e4c89980a7069d7d149755a Mon Sep 17 00:00:00 2001 From: Pengfei Ni Date: Tue, 14 Sep 2021 11:32:20 +0800 Subject: [PATCH] chore: update golang version for CI --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a16302d..074034a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,13 +8,13 @@ on: env: GO111MODULE: on - GOLANGCI_LINT_VERSION: 1.27.0 + GOLANGCI_LINT_VERSION: 1.42.1 jobs: test: strategy: matrix: - go-versions: [1.12.x, 1.13.x, 1.14.x] + go-versions: [1.15.x, 1.16.x, 1.17.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: @@ -50,7 +50,7 @@ jobs: - name: Install Go uses: actions/setup-go@v1 with: - go-version: 1.13.x + go-version: 1.17.x - name: Checkout code uses: actions/checkout@v2 - uses: actions/cache@v1