Skip to content

Commit 31bce69

Browse files
[Automation] Bump Golang version to 1.24.3 (#609)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent abd1b4d commit 31bce69

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.2
1+
1.24.3

go/Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
22
include $(SELF_DIR)/../Makefile.common
33

44
NAME := golang-crossbuild
5-
VERSION := 1.24.2
5+
VERSION := 1.24.3
66
DEBIAN_VERSION ?= 9
77
SUFFIX := -$(shell basename $(CURDIR))
88
TAG_EXTENSION ?=

go/base-arm/Dockerfile.tmpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ RUN \
5757
libsqlite3-0 \
5858
&& rm -rf /var/lib/apt/lists/*
5959

60-
ARG GOLANG_VERSION=1.24.2
60+
ARG GOLANG_VERSION=1.24.3
6161
{{- if eq .FIPS "true"}}
62-
ARG SECURITY_VERSION=-2
62+
ARG SECURITY_VERSION=-1
6363
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION$SECURITY_VERSION.linux-arm64.tar.gz
6464
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
65-
ARG MSFT_DOWNLOAD_SHA256=26531b0ff1add9922b05b0dc8535dce5a9ca09517b6320d21d0dd77dc7f1f536
65+
ARG MSFT_DOWNLOAD_SHA256=6d4232da7ca7d2bd19e0b6b69524448de8e5480f49e5d39f7a5507cef682a9ea
6666
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
6767
{{- else}}
6868
ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$GOLANG_VERSION.linux-arm64.tar.gz
69-
ARG GOLANG_DOWNLOAD_SHA256=756274ea4b68fa5535eb9fe2559889287d725a8da63c6aae4d5f23778c229f4b
69+
ARG GOLANG_DOWNLOAD_SHA256=a463cb59382bd7ae7d8f4c68846e73c4d589f223c589ac76871b66811ded7836
7070
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
7171
{{- end}}
7272

go/base/Dockerfile.tmpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update -y --no-install-recommend
3131
RUN ln -s /usr/bin/pip3 /usr/bin/pip
3232
{{- end }}
3333

34-
ARG GOLANG_VERSION=1.24.2
34+
ARG GOLANG_VERSION=1.24.3
3535
{{- if eq .FIPS "true"}}
36-
ARG SECURITY_VERSION=-2
36+
ARG SECURITY_VERSION=-1
3737
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION$SECURITY_VERSION.linux-amd64.tar.gz
3838
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
39-
ARG MSFT_DOWNLOAD_SHA256=7844f426e83fb66b3d109357214abcb7cce4ed87178179ef413efca3bce0303a
39+
ARG MSFT_DOWNLOAD_SHA256=d1e9e4465951816b556f648dfebc1cf20fdef4832d7d3f01f1ef35a259375286
4040
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
4141
{{- else}}
4242
ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
43-
ARG GOLANG_DOWNLOAD_SHA256=68097bd680839cbc9d464a0edce4f7c333975e27a90246890e9f1078c7e702ad
43+
ARG GOLANG_DOWNLOAD_SHA256=3333f6ea53afa971e9078895eaa4ac7204a8c6b5c68c10e6bc9a33e8e391bdd8
4444
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
4545
{{- end }}
4646

0 commit comments

Comments
 (0)