Skip to content

Commit 06ddcd4

Browse files
committed
fix: setupenvtest version kubernetes-sigs/controller-runtime#2744
1 parent af32a73 commit 06ddcd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ kustomize: ## Download kustomize locally if necessary.
148148
ENVTEST = $(GOBIN)/setup-envtest
149149
.PHONY: envtest
150150
envtest: ## Download envtest-setup locally if necessary.
151-
$(call go-install-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@latest)
151+
$(call go-install-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.17)
152152

153153
# go-install-tool will 'go install' any package $2 and install it to $1
154154
define go-install-tool

0 commit comments

Comments
 (0)