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 4b8bf48 commit 7e5df69Copy full SHA for 7e5df69
.github/workflows/golangci-lint.yml
@@ -23,12 +23,12 @@ jobs:
23
go-version: 1.24.2
24
cache: false
25
- name: golangci-lint
26
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
27
with:
28
# Require: The version of golangci-lint to use.
29
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
30
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
31
- version: latest
+ version: v2.0
32
33
# Optional: working directory, useful for monorepos
34
# working-directory: somedir
0 commit comments