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 7ab06ce commit 9265f77Copy full SHA for 9265f77
1 file changed
.github/workflows/golangci-lint.yml
@@ -21,7 +21,7 @@ jobs:
21
go-version: '1.24'
22
cache: false
23
- name: golangci-lint
24
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
25
with:
26
# Require: The version of golangci-lint to use.
27
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
0 commit comments