bump to latest go version
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
This commit is contained in:
parent
77409512fe
commit
cd0eb09932
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user