Skip to content

Commit 188f007

Browse files
[Automation] Bump Golang version to 1.24.1 (#550)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc5ac3f commit 188f007

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.7
1+
1.24.1

go/base-arm/Dockerfile.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ RUN \
3737
libsqlite3-0 \
3838
&& rm -rf /var/lib/apt/lists/*
3939

40-
ARG GOLANG_VERSION=1.23.7
40+
ARG GOLANG_VERSION=1.24.1
4141
{{- if eq .FIPS "true"}}
4242
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION-1.linux-arm64.tar.gz
4343
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
44-
ARG MSFT_DOWNLOAD_SHA256=edbbeb2bba93a0956ff238867da2864a71e0b3813211864c355b5966fa95ea67
44+
ARG MSFT_DOWNLOAD_SHA256=73b1befea457d5967632b2b0b93f8d2c0d899d5b6fbd1396c55d0a015292608b
4545
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
4646
{{- else}}
4747
ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$GOLANG_VERSION.linux-arm64.tar.gz
48-
ARG GOLANG_DOWNLOAD_SHA256=597acbd0505250d4d98c4c83adf201562a8c812cbcd7b341689a07087a87a541
48+
ARG GOLANG_DOWNLOAD_SHA256=8df5750ffc0281017fb6070fba450f5d22b600a02081dceef47966ffaf36a3af
4949
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
5050
{{- end}}
5151

go/base/Dockerfile.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ 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.23.7
34+
ARG GOLANG_VERSION=1.24.1
3535
{{- if eq .FIPS "true"}}
3636
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION-1.linux-amd64.tar.gz
3737
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
38-
ARG MSFT_DOWNLOAD_SHA256=aafcfa90c65ba5d44f38875801adf812f82f37d2ef5ea57ef9bb71cab3e3612e
38+
ARG MSFT_DOWNLOAD_SHA256=b0ca85ecc435a93e2ddb626dd9ef7fb6689700a0847b0392eb3e146345a8dea0
3939
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
4040
{{- else}}
4141
ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
42-
ARG GOLANG_DOWNLOAD_SHA256=4741525e69841f2e22f9992af25df0c1112b07501f61f741c12c6389fcb119f3
42+
ARG GOLANG_DOWNLOAD_SHA256=cb2396bae64183cdccf81a9a6df0aea3bce9511fc21469fb89a0c00470088073
4343
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
4444
{{- end }}
4545

0 commit comments

Comments
 (0)