From 357a2f30aa469fe0b63e5509be19edbd497b4ab2 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Mon, 20 Feb 2023 14:22:29 +0000 Subject: [PATCH] bump go version 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 05002f1c1..352bc1377 100644 --- a/make/tools.mk +++ b/make/tools.mk @@ -38,7 +38,7 @@ KUBEBUILDER_ASSETS_VERSION=1.26.0 TOOLS += etcd=$(KUBEBUILDER_ASSETS_VERSION) TOOLS += kube-apiserver=$(KUBEBUILDER_ASSETS_VERSION) -VENDORED_GO_VERSION := 1.19.5 +VENDORED_GO_VERSION := 1.19.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.