move VENDORED_GO_VERSION up with other versions

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
This commit is contained in:
Ashley Davis 2022-06-27 17:16:26 +01:00
parent 888f424553
commit c6745ea7a9
No known key found for this signature in database
GPG Key ID: DD14CC017E32BEB1

View File

@ -33,6 +33,8 @@ K8S_CODEGEN_VERSION=v0.24.2
KUBEBUILDER_ASSETS_VERSION=1.22.0
VENDORED_GO_VERSION := 1.18.3
# 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.
$(BINDIR)/scratch/%_VERSION: FORCE | $(BINDIR)/scratch
@ -80,8 +82,6 @@ GOTEST=CGO_ENABLED=$(CGO_ENABLED) $(GO) test
GOTESTSUM=CGO_ENABLED=$(CGO_ENABLED) ./$(BINDIR)/tools/gotestsum
VENDORED_GO_VERSION := 1.18.3
.PHONY: vendor-go
## By default, this Makefile uses the system's Go. You can use a "vendored"
## version of Go that will get downloaded by running this command once. To