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 b341551 commit 3e64f86Copy full SHA for 3e64f86
.github/workflows/golangci-lint.yml
@@ -21,7 +21,7 @@ jobs:
21
go-version-file: 'go.mod'
22
cache: false
23
- name: golangci-lint
24
- uses: golangci/golangci-lint-action@v8
+ uses: golangci/golangci-lint-action@v9
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