update vulncheck to use go1.21.8

This commit is contained in:
Harshavardhana 2024-03-05 21:09:55 -08:00
parent 89f759566c
commit dae9dc4847

View file

@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.5
go-version: 1.21.8
check-latest: true
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest