bump to latest go version

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
This commit is contained in:
Ashley Davis 2023-05-03 10:01:55 +01:00
parent 77409512fe
commit cd0eb09932
No known key found for this signature in database
GPG Key ID: DD14CC017E32BEB1

View File

@ -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
go work use . ./cmd/acmesolver ./cmd/cainjector ./cmd/controller ./cmd/ctl ./cmd/webhook ./test/integration ./test/e2e