Ensure we are using an up to date govulncheck.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair 2023-02-25 11:25:33 +13:00
parent 822eeaf9f2
commit 2d2fbcc30e
No known key found for this signature in database

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 ./...