Use the new golang version 1.21.3 (#3087)

Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
This commit is contained in:
Shubhendu
2023-10-12 22:20:15 +05:30
committed by GitHub
parent a025163b34
commit 88bf40f9a6

View File

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