update govulncheck

This commit is contained in:
Harshavardhana 2025-01-28 11:11:00 -08:00
parent 079d64c801
commit 4ee62606e4

View File

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