From 196c044650bc32f81bb6d6401a114b9ac6cec6e8 Mon Sep 17 00:00:00 2001 From: Xun Jiang Date: Thu, 24 Jul 2025 14:05:06 +0800 Subject: [PATCH] Bump Golang to v1.123.11 to align with Velero v1.16.2 Signed-off-by: Xun Jiang --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f3d24391..a557a31d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.23.8-bookworm AS build +FROM --platform=$BUILDPLATFORM golang:1.23.11-bookworm AS build ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index fdffea2e..9e309f7e 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/vmware-tanzu/velero-plugin-for-gcp go 1.23.0 -toolchain go1.23.8 +toolchain go1.23.11 require ( cloud.google.com/go/storage v1.50.0