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 9c77f25 commit 3921e05Copy full SHA for 3921e05
.github/workflows/validate.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Go Mod Tidy
26
run: test -z $(go mod tidy)
27
- name: Lint
28
- uses: golangci/golangci-lint-action@v3.3.0
+ uses: golangci/golangci-lint-action@v3.3.1
29
- name: Test
30
run: go test -race -cover -v ./...
31
- name: Run govulncheck
0 commit comments