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 5e61f86 commit e47e1b0Copy full SHA for e47e1b0
.github/workflows/golangci-lint.yml
@@ -36,10 +36,10 @@ jobs:
36
- name: golangci-lint
37
env:
38
GOOS: ${{ matrix.GOOS }}
39
- uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
40
with:
41
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
42
- version: v2.0.2
+ version: v2.5.0
43
44
# Give the job more time to execute.
45
# Regarding `--whole-files`, the linter is supposed to support linting of changed a patch only but,
0 commit comments