Use 1.24 instead of v1.24.0, and remove toolchain.

The reason is toolchain cannot update automatically.
If 1.24 can force CI use the latest patch version,
and it will not force user to upgrade their local go version,
this should be the better approach.

Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
This commit is contained in:
Xun Jiang
2025-07-24 11:30:08 +08:00
parent aa2e09c69e
commit dbbfb705e9

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/vmware-tanzu/velero
go 1.24.0
go 1.24
require (
cloud.google.com/go/storage v1.55.0