mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
fix: govulncheck must use go1.19.2
This commit is contained in:
parent
cef0fb1434
commit
5c034e26bd
2
.github/workflows/vulncheck.yml
vendored
2
.github/workflows/vulncheck.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user