From b7398fdf5448cd7a3a2c8b69b9413e812389db58 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Tue, 31 Aug 2021 17:42:11 -0400 Subject: [PATCH] workflows: bump Go and golangci-lint --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7a89622..ecc83d6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: name: Test build strategy: matrix: - go-version: [1.15.x, 1.16.x] + go-version: [1.15.x, 1.16.x, 1.17.x] runs-on: ubuntu-latest steps: - name: Set up Go 1.x @@ -28,5 +28,5 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v2 with: - version: v1.41.1 + version: v1.42.0 args: -E=gofmt --timeout=30m0s