Skip to content

Commit d412a9a

Browse files
author
Sergey J
committed
up version controller gen
1 parent 394404b commit d412a9a

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
@@ -114,7 +114,7 @@ controller-gen: ## Download controller-gen locally if necessary.
114114
# Version pinning is needed due to version incompatibility between controller-runtime and setup-envtest.
115115
# For more information: https://github.com/kubernetes-sigs/controller-runtime/issues/2744
116116
ENVTEST = $(shell pwd)/bin/setup-envtest
117-
ENVTEST_VERSION ?= release-0.19
117+
ENVTEST_VERSION ?= release-0.18
118118
envtest: ## Download envtest-setup locally if necessary.
119119
$(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@$(ENVTEST_VERSION))
120120

0 commit comments

Comments
 (0)