Skip to content

Commit a7cdb91

Browse files
Update missed Go versions to 1.23
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent c753906 commit a7cdb91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Build the manager binary
16-
ARG GOVER=1.21
16+
ARG GOVER=1.23
1717
FROM golang:${GOVER} as builder
1818

1919
WORKDIR /workspace

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ endif
107107
# Build time versioning details.
108108
LDFLAGS := $(shell hack/version.sh)
109109

110-
GOLANG_VERSION := 1.21
110+
GOLANG_VERSION := 1.23
111111

112112
## --------------------------------------
113113
## Help

0 commit comments

Comments
 (0)