From a840f98f78446446661bad4752c3beb9b6a78f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Valais?= Date: Fri, 1 Sep 2023 12:51:08 +0200 Subject: [PATCH] bump to go1.20.7 to fix a security issue in crypto/tls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maƫl Valais --- make/tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/tools.mk b/make/tools.mk index d56cf4c2e9d..4cc32dcc938 100644 --- a/make/tools.mk +++ b/make/tools.mk @@ -53,7 +53,7 @@ KUBEBUILDER_ASSETS_VERSION=1.27.1 TOOLS += etcd=$(KUBEBUILDER_ASSETS_VERSION) TOOLS += kube-apiserver=$(KUBEBUILDER_ASSETS_VERSION) -VENDORED_GO_VERSION := 1.20.6 +VENDORED_GO_VERSION := 1.20.7 # 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.