From 5055564b562385f328075cc1a5429dbc1c4e86c9 Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Sun, 28 Nov 2021 18:43:05 +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: