We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3205d4 commit 1b273d6Copy full SHA for 1b273d6
.github/workflows/golangci-lint.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: golangci/golangci-lint-action@v6
36
with:
37
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
38
- version: v1.64
+ version: v2.11.1
39
40
# Optional: working directory, useful for monorepos
41
# working-directory: somedir
0 commit comments