We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be4081 commit d655557Copy full SHA for d655557
1 file changed
templates/github/workflows/golangci-lint.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: golangci/golangci-lint-action@v8.0.0
28
with:
29
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
30
- version: v2.3.1
+ version: v2.4.0
31
32
# Optional: working directory, useful for monorepos
33
# working-directory: somedir
0 commit comments