From f011d80ace3df21dd6fde370b762211b5503deea Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:09:52 +0100 Subject: [PATCH] bump go to 1.21.8 Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- make/tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/tools.mk b/make/tools.mk index cceef9c8f..be6123d52 100644 --- a/make/tools.mk +++ b/make/tools.mk @@ -79,7 +79,7 @@ KUBEBUILDER_ASSETS_VERSION=1.28.0 TOOLS += etcd=$(KUBEBUILDER_ASSETS_VERSION) TOOLS += kube-apiserver=$(KUBEBUILDER_ASSETS_VERSION) -VENDORED_GO_VERSION := 1.21.7 +VENDORED_GO_VERSION := 1.21.8 # When switching branches which use different versions of the tools, we # need a way to re-trigger the symlinking from $(bin_dir)/downloaded to $(bin_dir)/tools.