upgrade all dependencies for console (#3235)

Signed-off-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
Harshavardhana
2024-02-12 22:17:21 -08:00
committed by GitHub
parent 80c03839a4
commit ee4d7b9b69
7 changed files with 1603 additions and 164 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.5
go-version: 1.21.7
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.5 ]
go-version: [ 1.21.7 ]
os: [ ubuntu-latest ]
steps:
- name: Check out code