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 ff74b11 commit 7bd5ff1Copy full SHA for 7bd5ff1
.github/workflows/golang_lint_and_test.yml
@@ -12,6 +12,8 @@ jobs:
12
- run: go version
13
- uses: golangci/golangci-lint-action@v2
14
with:
15
- # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
16
- version: v1.37
+ # Required: the version of golangci-lint is required and must be
+ # specified without patch version: we always use the latest patch version.
17
+ # https://github.com/golangci/golangci-lint/releases
18
+ version: v1.39
19
- run: go test $(go list ./... | grep -v /sbom | grep -v /rsa)
0 commit comments