From ad3bc2c66ad8f854b2394279770a3d979cfdc2b3 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Thu, 12 Oct 2023 10:27:16 +0100 Subject: [PATCH] bump go to latest version to address CVE-2023-39325 Signed-off-by: Ashley Davis --- make/tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/tools.mk b/make/tools.mk index 733eb95f1..6a15ff1bd 100644 --- a/make/tools.mk +++ b/make/tools.mk @@ -73,7 +73,7 @@ KUBEBUILDER_ASSETS_VERSION=1.28.0 TOOLS += etcd=$(KUBEBUILDER_ASSETS_VERSION) TOOLS += kube-apiserver=$(KUBEBUILDER_ASSETS_VERSION) -VENDORED_GO_VERSION := 1.21.1 +VENDORED_GO_VERSION := 1.21.3 # When switching branches which use different versions of the tools, we # need a way to re-trigger the symlinking from $(BINDIR)/downloaded to $(BINDIR)/tools.