From 08687dfca40f6ea36b12de2e2e1c59c2987ced18 Mon Sep 17 00:00:00 2001 From: Wesley Hayutin Date: Fri, 28 Jun 2024 11:45:06 -0600 Subject: [PATCH] update go and toolchain --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4113c1e3bc..a9fb88cf65 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module github.com/vmware-tanzu/velero -go 1.22.0 +go 1.21 + +toolchain go1.22.4 require ( cloud.google.com/go/storage v1.40.0