Skip to content

Commit 00c340e

Browse files
[Automation] Bump Golang version to 1.24.5 (#640)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2eb7717 commit 00c340e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.4
5+
VERSION := 1.24.5
66
DEBIAN_VERSION ?= 9
77
SUFFIX := -$(shell basename $(CURDIR))
88
TAG_EXTENSION ?=

go/base-arm/Dockerfile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ ARG VERSION
6868
ARG SECURITY_VERSION=-1
6969
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$VERSION$SECURITY_VERSION.linux-arm64.tar.gz
7070
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
71-
ARG MSFT_DOWNLOAD_SHA256=44b769dd398f8fc5f381812c2eb323b4bc6cb11010d59efdba3244184e29b3fd
71+
ARG MSFT_DOWNLOAD_SHA256=4fe69b51d1dde0442fd8cbae12559828d12236ca17c656d71eff7ff8adfdc82e
7272
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
7373
{{- else}}
7474
ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$VERSION.linux-arm64.tar.gz
75-
ARG GOLANG_DOWNLOAD_SHA256=d5501ee5aca0f258d5fe9bfaed401958445014495dc115f202d43d5210b45241
75+
ARG GOLANG_DOWNLOAD_SHA256=0df02e6aeb3d3c06c95ff201d575907c736d6c62cfa4b6934c11203f1d600ffa
7676
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
7777
{{- end}}
7878

go/base/Dockerfile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ ARG VERSION
3636
ARG SECURITY_VERSION=-1
3737
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$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=f21ddf7c3b029cf67615f6b2ca68e5aa83a50b2e2ea5952a5ea7bf9fa17e3358
39+
ARG MSFT_DOWNLOAD_SHA256=109829f011521e7fa68fe9eab62243265a22d1386a7495cbcab92359f000fe09
4040
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
4141
{{- else}}
4242
ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$VERSION.linux-amd64.tar.gz
43-
ARG GOLANG_DOWNLOAD_SHA256=77e5da33bb72aeaef1ba4418b6fe511bc4d041873cbf82e5aa6318740df98717
43+
ARG GOLANG_DOWNLOAD_SHA256=10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc
4444
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
4545
{{- end }}
4646

0 commit comments

Comments
 (0)