Skip to content

Commit 26a6924

Browse files
[Automation] Bump Golang version to 1.23.11 (#641)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent edcba8a commit 26a6924

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.23.10
1+
1.23.11

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.23.10
5+
VERSION := 1.23.11
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
@@ -61,11 +61,11 @@ ARG VERSION
6161
{{- if eq .FIPS "true"}}
6262
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$VERSION-1.linux-arm64.tar.gz
6363
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
64-
ARG MSFT_DOWNLOAD_SHA256=901f023a7ad01b743f4f1f7c6e5dd12c03c2aaaebedd70f7eef415caae79510d
64+
ARG MSFT_DOWNLOAD_SHA256=6359ec5ad5a641e73e6e256f9571d4a446eb90b8755ef4baacee9695ff6656f3
6565
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
6666
{{- else}}
6767
ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$VERSION.linux-arm64.tar.gz
68-
ARG GOLANG_DOWNLOAD_SHA256=bfb1f1df7173f44648ee070a39ab0481068632f595305a699d89cd56a33b8081
68+
ARG GOLANG_DOWNLOAD_SHA256=1085c6ff805ec1f4893fa92013d16e58f74aeac830b1b9919b6908f3ed1a85c5
6969
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
7070
{{- end}}
7171

go/base/Dockerfile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ ARG VERSION
3535
{{- if eq .FIPS "true"}}
3636
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$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=c4ee22c0de9fd2ff2c0d0d1a446e5aac75c9e3a3bfdc16e25e32d2461c5347ed
38+
ARG MSFT_DOWNLOAD_SHA256=0dc3746aac6e59e30759035a726142c04e81f0aaa1f4f07fec789de11c0c11b5
3939
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
4040
{{- else}}
4141
ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$VERSION.linux-amd64.tar.gz
42-
ARG GOLANG_DOWNLOAD_SHA256=535f9f81802499f2a7dbfa70abb8fda3793725fcc29460f719815f6e10b5fd60
42+
ARG GOLANG_DOWNLOAD_SHA256=80899df77459e0b551d2eb8800ad6eb47023b99cccbf8129e7b5786770b948c5
4343
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
4444
{{- end }}
4545

0 commit comments

Comments
 (0)