We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82369d commit 00e8414Copy full SHA for 00e8414
.github/workflows/golangci-lint.yml
@@ -28,6 +28,6 @@ jobs:
28
run: go build ./...
29
30
- name: golangci-lint
31
- uses: golangci/golangci-lint-action@v5
+ uses: golangci/golangci-lint-action@v6
32
with:
33
only-new-issues: true
0 commit comments