From 8cd12b5a51def07c4c11d6d83eb0bd298be67240 Mon Sep 17 00:00:00 2001 From: Amulya Meka Date: Thu, 23 May 2024 10:44:12 +0530 Subject: [PATCH] Bump golang to v1.21.10 (#1791) --- Makefile | 2 +- hack/ccm/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 58bbcf992..d4aa27029 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ RELEASE_DIR := out OUTPUT_TYPE ?= type=registry # Go -GO_VERSION ?=1.21.9 +GO_VERSION ?=1.21.10 GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION) # kind diff --git a/hack/ccm/Makefile b/hack/ccm/Makefile index aebc4f69b..0b72d1577 100644 --- a/hack/ccm/Makefile +++ b/hack/ccm/Makefile @@ -13,7 +13,7 @@ # limitations under the License. # Go -GO_VERSION ?=1.21.9 +GO_VERSION ?=1.21.10 GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION) REGISTRY=gcr.io/k8s-staging-capi-ibmcloud