Upgrade to Go 1.21 (#3142)

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Daniel Valdivia
2023-12-01 16:23:24 -08:00
committed by GitHub
parent 290f273bdf
commit 2b9de49fbe
3 changed files with 9 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.3
go-version: 1.21.4
check-latest: true
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
@@ -36,8 +36,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.21.3]
os: [ubuntu-latest]
go-version: [ 1.21.4 ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
uses: actions/checkout@v3