Merge pull request #14919 from ahrtr/govuln_version_20221209

Pin govulncheck to v0.0.0-20221208180742-f2dca5ff4cc3
This commit is contained in:
Benjamin Wang 2022-12-09 20:48:51 +08:00 committed by GitHub
commit 142fa76a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,4 @@ jobs:
with:
go-version: "1.19.4"
- run: date
- run: go install golang.org/x/vuln/cmd/govulncheck@latest && govulncheck ./...
- run: go install golang.org/x/vuln/cmd/govulncheck@v0.0.0-20221208180742-f2dca5ff4cc3 && govulncheck ./...