You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2024. It is now read-only.
envtest: $(ENVTEST)## Download envtest-setup locally if necessary.
249
249
$(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
251
251
252
252
.PHONY: golangci-lint
253
253
golangci-lint: $(GOLANGCI_LINT)## Download golangci-lint locally if necessary.
0 commit comments