Skip to content

Commit c5c78f1

Browse files
authored
fix: update controller tools to 0.14.0 (#146)
* update controller tools to 0.14.0 * Update Makefile * Update Makefile * Update Makefile
1 parent 511a98b commit c5c78f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
2222

2323
## Tool Versions
2424
KUSTOMIZE_VERSION ?= v3.8.7
25-
CONTROLLER_TOOLS_VERSION ?= v0.8.0
25+
CONTROLLER_TOOLS_VERSION ?= v0.14.0
2626
KIND_VERSION ?= v0.19.0
2727

2828

@@ -194,4 +194,4 @@ $(KUSTOMIZE): $(LOCALBIN)
194194
.PHONY: envtest
195195
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
196196
$(ENVTEST): $(LOCALBIN)
197-
GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
197+
GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest

0 commit comments

Comments
 (0)