We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75fcf7 commit fb16d69Copy full SHA for fb16d69
.github/workflows/go.yml
@@ -25,7 +25,7 @@ jobs:
25
run: go build -v ./...
26
27
- name: golangci-lint
28
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v8
29
with:
30
version: v2.5.0
31
args: --verbose --timeout 10m --fix=false --config=.golangci.yml ./pkg/...
0 commit comments