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 14c2f91 commit 015e941Copy full SHA for 015e941
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: golangci-lint
28
uses: golangci/golangci-lint-action@v6
29
with:
30
- version: v1.58
+ version: latest
31
args: --timeout=5m
32
- run: go mod download
33
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...
0 commit comments