make sure we pick up the right Go version in vulncheck (#17388)

This commit is contained in:
Harshavardhana 2023-06-09 00:32:12 -07:00 committed by GitHub
parent b829e80ecb
commit 6b7c98bd0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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