Switch to go1.20 in CI (#16743)

This commit is contained in:
Aditya Manthramurthy
2023-03-03 10:15:03 -08:00
committed by GitHub
parent f350953a19
commit 7415e1aa56
10 changed files with 32 additions and 25 deletions

View File

@@ -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