diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 9f48f0e..896e47f 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -29,7 +29,8 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.50.1 # current version at time of commit + version: v1.53.3 # current version at time of commit args: --timeout 10m + only-new-issues: true - name: go-test run: go test ./...