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 13485ae commit 5979353Copy full SHA for 5979353
.github/workflows/lint-go.yml
@@ -23,12 +23,12 @@ jobs:
23
go-version: "1.23.4"
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: v1.62.2
+ version: v2.1
32
33
# Optional: working directory, useful for monorepos
34
# working-directory: somedir
0 commit comments