Skip to content

Commit a592fcd

Browse files
committed
fix envtest
1 parent 5c7cfd0 commit a592fcd

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
@@ -25,4 +25,4 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
2525
.PHONY: envtest
2626
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
2727
$(ENVTEST): $(LOCALBIN)
28-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
28+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.10

0 commit comments

Comments
 (0)