From cd0eb099325163898b195ff86190e9d5bfbe68fb Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Wed, 3 May 2023 10:01:55 +0100 Subject: [PATCH] bump to latest go version Signed-off-by: Ashley Davis --- make/tools.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/tools.mk b/make/tools.mk index 50e3f33ab..d38cf56b3 100644 --- a/make/tools.mk +++ b/make/tools.mk @@ -53,7 +53,7 @@ KUBEBUILDER_ASSETS_VERSION=1.26.1 TOOLS += etcd=$(KUBEBUILDER_ASSETS_VERSION) TOOLS += kube-apiserver=$(KUBEBUILDER_ASSETS_VERSION) -VENDORED_GO_VERSION := 1.20.3 +VENDORED_GO_VERSION := 1.20.4 # 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. @@ -486,4 +486,4 @@ go-workspace: export GOWORK?=$(abspath go.work) go-workspace: @rm -f $(GOWORK) go work init - go work use . ./cmd/acmesolver ./cmd/cainjector ./cmd/controller ./cmd/ctl ./cmd/webhook ./test/integration ./test/e2e \ No newline at end of file + go work use . ./cmd/acmesolver ./cmd/cainjector ./cmd/controller ./cmd/ctl ./cmd/webhook ./test/integration ./test/e2e