We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb9fa5 commit 56b4b7cCopy full SHA for 56b4b7c
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
cache: false
17
- uses: actions/checkout@v4
18
- name: golangci-lint
19
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
20
with:
21
args: --exclude-files ".*_test.go"
22
version: latest
0 commit comments