We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f3fdd commit 98cb771Copy full SHA for 98cb771
.github/workflows/golangci-lint.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
go-version-file: go.mod
35
- name: golangci-lint
36
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
37
38
version: v1.61
39
args: -v --exclude-dirs cf --exclude-dirs fixtures --exclude-dirs plugin --exclude-dirs command/plugin
0 commit comments