Skip to content

Commit 97a09f4

Browse files
[Automation] Bump Golang version to 1.24.8-1 (#672)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a3ebc6a commit 97a09f4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.7
1+
1.24.8

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.7
5+
VERSION := 1.24.8
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=27c5659c76f2e9fdc2ad3ea031442d969f45ec60d2156351256e6c281cb10bd8
71+
ARG MSFT_DOWNLOAD_SHA256=00bceeb34482dd726a26e7e2508e7958920a49252d9b0ef665c370e5de10feba
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=fd2bccce882e29369f56c86487663bb78ba7ea9e02188a5b0269303a0c3d33ab
75+
ARG GOLANG_DOWNLOAD_SHA256=38ac33b4cfa41e8a32132de7a87c6db49277ab5c0de1412512484db1ed77637e
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=a283380559f8cfc7860bd4528ad7346904552cde9d0fb0255fac34e64f61a4cb
39+
ARG MSFT_DOWNLOAD_SHA256=63a1c7ddfde7bd358e20db6499e92cd8619d97622308c558b6bbc59b0fd5b53f
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=da18191ddb7db8a9339816f3e2b54bdded8047cdc2a5d67059478f8d1595c43f
43+
ARG GOLANG_DOWNLOAD_SHA256=6842c516ca66c89d648a7f1dbe28e28c47b61b59f8f06633eb2ceb1188e9251d
4444
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
4545
{{- end }}
4646

0 commit comments

Comments
 (0)