mirror of
https://github.com/minio/minio.git
synced 2025-12-09 00:56:38 -05:00
Switch to go1.20 in CI (#16743)
This commit is contained in:
committed by
GitHub
parent
f350953a19
commit
7415e1aa56
2
.github/workflows/vulncheck.yml
vendored
2
.github/workflows/vulncheck.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
go-version: 1.20.x
|
||||
check-latest: true
|
||||
- name: Get official govulncheck
|
||||
run: go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
|
||||
Reference in New Issue
Block a user