We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd2790 commit 61b4809Copy full SHA for 61b4809
1 file changed
.github/workflows/golangci-lint.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: golangci/golangci-lint-action@v6.5.0
32
with:
33
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
34
- version: v1.61.0
+ version: v1.64.5
35
36
args: --timeout=10m --config=.golangci.json
37
0 commit comments