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 @@ -113,7 +113,7 @@ SETUP_ENVTEST_BIN := setup-envtest
113
113
SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR ) /$(SETUP_ENVTEST_BIN ) -$(SETUP_ENVTEST_VER ) )
114
114
SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest
115
115
116
- CONTROLLER_GEN_VER := 28f149a996f13a897b7b60ad18f4080b9a183ff9
116
+ CONTROLLER_GEN_VER := 8e10d2c621f3468a5570bfcc9f49ca3a39001872
117
117
CONTROLLER_GEN_BIN := controller-gen
118
118
CONTROLLER_GEN := $(abspath $(TOOLS_BIN_DIR ) /$(CONTROLLER_GEN_BIN ) -$(CONTROLLER_GEN_VER ) )
119
119
CONTROLLER_GEN_PKG := sigs.k8s.io/controller-tools/cmd/controller-gen
@@ -1407,7 +1407,7 @@ $(GOVULNCHECK_BIN): $(GOVULNCHECK) ## Build a local copy of govulncheck.
1407
1407
$(IMPORT_BOSS_BIN ) : $(IMPORT_BOSS )
1408
1408
1409
1409
$(CONTROLLER_GEN ) : # Build controller-gen from tools folder.
1410
- GOBIN=$(TOOLS_BIN_DIR ) $(GO_INSTALL_FORK ) $(CONTROLLER_GEN_PKG ) $(CONTROLLER_GEN_BIN ) $(CONTROLLER_GEN_VER ) $(CONTROLLER_GEN_PKG_REPLACE )
1410
+ GOTOOLCHAIN=go1.24.1 GOBIN=$(TOOLS_BIN_DIR ) $(GO_INSTALL_FORK ) $(CONTROLLER_GEN_PKG ) $(CONTROLLER_GEN_BIN ) $(CONTROLLER_GEN_VER ) $(CONTROLLER_GEN_PKG_REPLACE )
1411
1411
1412
1412
# # We are forcing a rebuilt of conversion-gen via PHONY so that we're always using an up-to-date version.
1413
1413
# # We can't use a versioned name for the binary, because that would be reflected in generated files.
You can’t perform that action at this time.
0 commit comments