fix: govulncheck must use go1.19.2

This commit is contained in:
Minio Trusted 2022-10-06 12:42:21 -07:00 committed by Harshavardhana
parent cef0fb1434
commit 5c034e26bd

View File

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