From 3028fd7406af7a9231f25deed19644c498789b19 Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Sun, 28 Nov 2021 18:42:48 +0000 Subject: [PATCH] Update CI configs to v0.6.2 Update lint scripts and CI configs. --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7a72c2c..8affe32 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.15", "1.16"] + go: ["1.16", "1.17"] fail-fast: false name: Go ${{ matrix.go }} steps: @@ -73,7 +73,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.15", "1.16"] + go: ["1.16", "1.17"] fail-fast: false name: Go i386 ${{ matrix.go }} steps: