Skip to content

Commit 283a0e7

Browse files
committed
Bump controller-gen to v0.16.5
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
1 parent cd963f0 commit 283a0e7

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
@@ -20,7 +20,7 @@ TOOLS_DIR=hack/tools
2020
GOBIN_DIR := $(abspath $(TOOLS_DIR))
2121
TMPDIR := $(shell mktemp -d)
2222

23-
CONTROLLER_GEN_VER := v0.16.1
23+
CONTROLLER_GEN_VER := v0.16.5
2424
CONTROLLER_GEN_BIN := controller-gen
2525
CONTROLLER_GEN := $(GOBIN_DIR)/$(CONTROLLER_GEN_BIN)-$(CONTROLLER_GEN_VER)
2626
export CONTROLLER_GEN

0 commit comments

Comments
 (0)