We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc34b07 commit 0351bddCopy full SHA for 0351bdd
Makefile
@@ -20,7 +20,7 @@ TOOLS_DIR=hack/tools
20
GOBIN_DIR := $(abspath $(TOOLS_DIR))
21
TMPDIR := $(shell mktemp -d)
22
23
-CONTROLLER_GEN_VER := v0.16.5
+CONTROLLER_GEN_VER := v0.17.0
24
CONTROLLER_GEN_BIN := controller-gen
25
CONTROLLER_GEN := $(GOBIN_DIR)/$(CONTROLLER_GEN_BIN)-$(CONTROLLER_GEN_VER)
26
export CONTROLLER_GEN
0 commit comments