Skip to content

Commit 4982c82

Browse files
authored
Merge pull request #3091 from sbueringer/pr-bump-go-1.21.12
🌱 Bump to Go 1.21.12
2 parents b6fccd0 + 660f593 commit 4982c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SHELL:=/usr/bin/env bash
2323
#
2424
# Go.
2525
#
26-
GO_VERSION ?= 1.21.11
26+
GO_VERSION ?= 1.21.12
2727
GO_CONTAINER_IMAGE ?= docker.io/library/golang:$(GO_VERSION)
2828

2929
# Use GOPROXY environment variable if set
@@ -776,7 +776,7 @@ $(RELEASE_NOTES_BIN): $(RELEASE_NOTES) ## Build a local copy of release-notes.
776776

777777
$(CONTROLLER_GEN): # Build controller-gen.
778778
# controller-gen 0.13 cannot be built with Go >= 1.22. We have to pin it to 1.21.
779-
GOTOOLCHAIN=go1.21.11 GOBIN=$(TOOLS_BIN_DIR) $(GO_INSTALL) $(CONTROLLER_GEN_PKG) $(CONTROLLER_GEN_BIN) $(CONTROLLER_GEN_VER)
779+
GOTOOLCHAIN=go1.21.12 GOBIN=$(TOOLS_BIN_DIR) $(GO_INSTALL) $(CONTROLLER_GEN_PKG) $(CONTROLLER_GEN_BIN) $(CONTROLLER_GEN_VER)
780780

781781
## We are forcing a rebuilt of conversion-gen via PHONY so that we're always using an up-to-date version.
782782
## We can't use a versioned name for the binary, because that would be reflected in generated files.

0 commit comments

Comments
 (0)