Skip to content

Commit

Permalink
Merge pull request k0sproject#5203 from twz123/bump-go
Browse files Browse the repository at this point in the history
Bump Go to v1.23.3
  • Loading branch information
twz123 authored Nov 11, 2024
2 parents 0d1b0cd + 3098d0e commit 44feb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.23.2/src/cmd/link/internal/ld/lib.go##L1661-L1680
# https://github.com/golang/go/blob/go1.23.3/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.23.2
go_version = 1.23.3

runc_version = 1.2.1
runc_buildimage = $(golang_buildimage)
Expand Down

0 comments on commit 44feb49

Please sign in to comment.