Merge pull request #15356 from jmhbnz/main

Ensure we are using an up to date govulncheck
dependabot/go_modules/go.uber.org/atomic-1.10.0
Benjamin Wang 2023-02-25 07:20:30 +08:00 committed by GitHub
commit 0a8cdddd26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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