mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
make sure we pick up the right Go version in vulncheck (#17388)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user