diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8745cb8d..58d77d54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: golangci/golangci-lint-action@v6 with: # Required: the version of golangci-lint is required and must be specified with patch version - version: v1.60.1 # renovate: datasource=github-releases depName=golangci/golangci-lint + version: v1.60.3 # renovate: datasource=github-releases depName=golangci/golangci-lint # In general linting is quite fast with warm caches, but a fresh run might take some time. args: --timeout 5m