Skip to content

Commit 35edf5a

Browse files
committed
Ping setup-envtest to version v0.0.0-20240215143116-d0396a3d6f9f
Signed-off-by: Lubron Zhan <[email protected]>
1 parent 8f502a8 commit 35edf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $(JQ):
9494
.PHONY: envtest
9595
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
9696
$(ENVTEST):
97-
GOBIN=$(BIN_DIR) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
97+
GOBIN=$(BIN_DIR) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20240215143116-d0396a3d6f9f
9898

9999
etcd: $(ETCD) ## Install etcd
100100
kube-apiserver: $(KUBE_APISERVER) ## Install kube-apiserver

0 commit comments

Comments
 (0)