Skip to content

Commit 845d31d

Browse files
authored
fix: 1.24.4 (#626)
1 parent 35c4d22 commit 845d31d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go/base-arm/Dockerfile.tmpl

Lines changed: 3 additions & 3 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.3
60+
ARG GOLANG_VERSION=1.24.4
6161
{{- if eq .FIPS "true"}}
6262
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=6d4232da7ca7d2bd19e0b6b69524448de8e5480f49e5d39f7a5507cef682a9ea
65+
ARG MSFT_DOWNLOAD_SHA256=44b769dd398f8fc5f381812c2eb323b4bc6cb11010d59efdba3244184e29b3fd
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=a463cb59382bd7ae7d8f4c68846e73c4d589f223c589ac76871b66811ded7836
69+
ARG GOLANG_DOWNLOAD_SHA256=d5501ee5aca0f258d5fe9bfaed401958445014495dc115f202d43d5210b45241
7070
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
7171
{{- end}}
7272

go/base/Dockerfile.tmpl

Lines changed: 3 additions & 3 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.3
34+
ARG GOLANG_VERSION=1.24.4
3535
{{- if eq .FIPS "true"}}
3636
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=d1e9e4465951816b556f648dfebc1cf20fdef4832d7d3f01f1ef35a259375286
39+
ARG MSFT_DOWNLOAD_SHA256=f21ddf7c3b029cf67615f6b2ca68e5aa83a50b2e2ea5952a5ea7bf9fa17e3358
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=3333f6ea53afa971e9078895eaa4ac7204a8c6b5c68c10e6bc9a33e8e391bdd8
43+
ARG GOLANG_DOWNLOAD_SHA256=77e5da33bb72aeaef1ba4418b6fe511bc4d041873cbf82e5aa6318740df98717
4444
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
4545
{{- end }}
4646

0 commit comments

Comments
 (0)