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