Skip to content

Commit

Permalink
Bump Go to v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
twz123 committed Nov 11, 2024
1 parent a57625f commit 8689878
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.22.4/src/cmd/link/internal/ld/lib.go#L1622-L1641
# https://github.com/golang/go/blob/go1.22.9/src/cmd/link/internal/ld/lib.go#L1622-L1641
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.8
go_version = 1.22.9

runc_version = 1.1.15
runc_buildimage = $(golang_buildimage)
Expand Down

0 comments on commit 8689878

Please sign in to comment.