We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e29add commit fd91debCopy full SHA for fd91deb
.github/workflows/ci.yml
@@ -77,7 +77,8 @@ jobs:
77
- uses: actions/checkout@v4
78
- uses: actions/setup-go@v5
79
with:
80
- go-version-file: go.mod
81
- check-latest: true
+ go-version: '1.21.9'
+ # go-version-file: go.mod
82
+ # check-latest: true
83
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
84
- run: govulncheck ./...
0 commit comments