update vulncheck

This commit is contained in:
Harshavardhana 2024-07-02 14:33:21 -07:00
parent be84a4fd68
commit b6d4a77b94

View file

@ -21,8 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.4
check-latest: true
go-version: 1.22.5
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
shell: bash