We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657fa2f commit 5dd1d91Copy full SHA for 5dd1d91
Makefile
@@ -152,7 +152,7 @@ test-e2e-setup: build envtest
152
# install envtest binary
153
envtest:
154
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
155
- $(shell go env GOPATH)/bin/setup-envtest use -p path $(K8S_VERSION)
+ $(shell go env GOPATH)/bin/setup-envtest use $(K8S_VERSION) --bin-dir tools/bin/ -p env
156
157
.PHONY: test-e2e-teardown
158
test-e2e-teardown:
0 commit comments