File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,11 @@ kustomize: ## Download kustomize locally if necessary.
230
230
ENVTEST = $(shell pwd) /bin/setup-envtest
231
231
.PHONY : envtest
232
232
envtest : # # Download envtest-setup locally if necessary.
233
- $(call go-get-tool,$(ENVTEST ) ,sigs.k8s.io/controller-runtime/tools/setup-envtest@latest)
233
+ # commenting out the latest setup-envttest to use elease-0.16- because of https://github.com/kubernetes-sigs/controller-runtime/issues/2720
234
+ # $(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@latest)
235
+ # TODO- reuse the above command after fix from controller-runtime or after we go to go 1.22
236
+ $(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/
[email protected] )
237
+
234
238
235
239
# go-get-tool will 'go get' any package $2 and install it to $1.
236
240
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
You can’t perform that action at this time.
0 commit comments