Skip to content

Commit 74d5c51

Browse files
committed
Lock envtest-setup to version v0.17.2
The latest version introduced a bug that broke the CI - kubernetes-sigs/controller-runtime#2722 In general it's better to use specific versions for the dependencies, so their update can be tested in the CI. Signed-off-by: gbenhaim <[email protected]>
1 parent a935862 commit 74d5c51

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
@@ -167,7 +167,7 @@ kustomize: ## Download kustomize locally if necessary.
167167
ENVTEST = $(shell pwd)/bin/setup-envtest
168168
.PHONY: envtest
169169
envtest: ## Download envtest-setup locally if necessary.
170-
$(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@latest)
170+
$(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20240215143116-d0396a3d6f9f)
171171

172172
# go-get-tool will 'go install' any package $2 and puts binary into $1.
173173
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))

0 commit comments

Comments
 (0)