We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f97843 commit eb36a5eCopy full SHA for eb36a5e
1 file changed
.github/workflows/lint_golang.yml
@@ -32,7 +32,7 @@ jobs:
32
restore-keys: |
33
${{runner.os}}-go-${{steps.go.outputs.go-version}}-lint
34
- name: golangci-lint
35
- uses: golangci/golangci-lint-action@v8
+ uses: golangci/golangci-lint-action@v9
36
with:
37
version: v2.6.2
38
args: --verbose
0 commit comments