diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 01aad0a..e08d4e6 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -29,7 +29,7 @@ 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