File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ SETUP_ENVTEST_BIN := setup-envtest
110
110
SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR ) /$(SETUP_ENVTEST_BIN ) -$(SETUP_ENVTEST_VER ) )
111
111
SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest
112
112
113
- CONTROLLER_GEN_VER := v0.15.0
113
+ CONTROLLER_GEN_VER := v0.16.1
114
114
CONTROLLER_GEN_BIN := controller-gen
115
115
CONTROLLER_GEN := $(abspath $(TOOLS_BIN_DIR ) /$(CONTROLLER_GEN_BIN ) -$(CONTROLLER_GEN_VER ) )
116
116
CONTROLLER_GEN_PKG := sigs.k8s.io/controller-tools/cmd/controller-gen
@@ -120,7 +120,7 @@ GOTESTSUM_BIN := gotestsum
120
120
GOTESTSUM := $(abspath $(TOOLS_BIN_DIR ) /$(GOTESTSUM_BIN ) -$(GOTESTSUM_VER ) )
121
121
GOTESTSUM_PKG := gotest.tools/gotestsum
122
122
123
- CONVERSION_GEN_VER := v0.30 .0
123
+ CONVERSION_GEN_VER := v0.31 .0
124
124
CONVERSION_GEN_BIN := conversion-gen
125
125
# We are intentionally using the binary without version suffix, to avoid the version
126
126
# in generated files.
You can’t perform that action at this time.
0 commit comments