From 5ca59ddf2ddc9b9842367ec7ab1cf588445fd7f2 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Mon, 17 Jul 2023 12:54:18 +0100 Subject: [PATCH] bump go to latest patch release 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 1dcead77f..3e0c2444c 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.4 +VENDORED_GO_VERSION := 1.20.6 # 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.