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