We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634cccf commit ef0e7b5Copy full SHA for ef0e7b5
1 file changed
.github/workflows/golangci-lint.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: golangci/golangci-lint-action@v7
36
with:
37
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
38
- version: v2.0.2
+ version: v2.11.4
39
40
# Give the job more time to execute.
41
# Regarding `--whole-files`, the linter is supposed to support linting of changed a patch only but,
0 commit comments