Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit b37591b

Browse files
authored
pin setup-envtest to fix test breakage (#278)
Signed-off-by: Kim Tsao <ktsao@redhat.com>
1 parent c96dd79 commit b37591b

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
@@ -247,7 +247,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
247247
.PHONY: envtest
248248
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
249249
$(ENVTEST): $(LOCALBIN)
250-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
250+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@c7e1dc9b5302d649d5531e19168dd7ea0013736d
251251

252252
.PHONY: golangci-lint
253253
golangci-lint: $(GOLANGCI_LINT) ## Download golangci-lint locally if necessary.

0 commit comments

Comments
 (0)