Skip to content

Commit

Permalink
Bump Go to v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twz123 committed Oct 25, 2024
1 parent ba5c8d1 commit 04a0a57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $BUILDIMAGE
ARG TARGETARCH
RUN set -ex; \
# Need to use the gold linker on ARM, Go really wants to have it.
# https://github.com/golang/go/blob/go1.22.4/src/cmd/link/internal/ld/lib.go#L1622-L1641
# https://github.com/golang/go/blob/go1.23.2/src/cmd/link/internal/ld/lib.go##L1661-L1680
case "$TARGETARCH" in \
arm*) binutils=binutils-gold ;; \
*) binutils=binutils ;; \
Expand Down
2 changes: 1 addition & 1 deletion embedded-bins/Makefile.variables
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alpine_version = 3.20
alpine_patch_version = $(alpine_version).1
golang_buildimage=docker.io/library/golang:$(go_version)-alpine$(alpine_version)
go_version = 1.22.7
go_version = 1.23.2

runc_version = 1.1.15
runc_buildimage = $(golang_buildimage)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/k0sproject/k0s

go 1.22.0
go 1.23

// k0s
require (
Expand Down
2 changes: 1 addition & 1 deletion hack/tool/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tool

go 1.22.0
go 1.23

require (
github.com/hashicorp/terraform-exec v0.21.0
Expand Down

0 comments on commit 04a0a57

Please sign in to comment.