Skip to content

Commit d80bab0

Browse files
authored
fix: pin envtest version (#40)
1 parent 5c7cfd0 commit d80bab0

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.16

0 commit comments

Comments
 (0)