We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a1967e + 793c05d commit 82d4953Copy full SHA for 82d4953
1 file changed
.github/workflows/golangci-lint.yml
@@ -22,6 +22,6 @@ jobs:
22
with:
23
go-version: ${{ env.GO_VERSION }}
24
- name: golangci-lint
25
- uses: golangci/golangci-lint-action@v8
+ uses: golangci/golangci-lint-action@v9
26
27
args: --issues-exit-code=0 --timeout=3m ./...
0 commit comments