chore: update Go to 1.23 and toolchain to 1.23.6 (#8717)
Some checks failed
Run the E2E test on kind / build (push) Failing after 5m45s
Run the E2E test on kind / setup-test-matrix (push) Successful in 2s
Run the E2E test on kind / run-e2e-test (push) Has been skipped
build-image / Build (push) Failing after 9s
Main CI / Build (push) Failing after 21s
Close stale issues and PRs / stale (push) Successful in 7s
Trivy Nightly Scan / Trivy nightly scan (velero, main) (push) Failing after 59s
Trivy Nightly Scan / Trivy nightly scan (velero-restore-helper, main) (push) Failing after 47s

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Co-authored-by: Janne Kataja <janne.kataja@sdx.com>
This commit is contained in:
Matthieu MOREL
2025-03-04 16:33:33 +01:00
committed by GitHub
parent 6a6a237ba7
commit aa88d1cfd3
5 changed files with 7 additions and 7 deletions

4
go.mod
View File

@@ -1,8 +1,8 @@
module github.com/vmware-tanzu/velero
go 1.22.0
go 1.23
toolchain go1.22.11
toolchain go1.23.6
require (
cloud.google.com/go/storage v1.50.0