Skip to content

Commit acc97ad

Browse files
[Automation] Bump Golang version to 1.23.7 (#541)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Julien Lind <[email protected]>
1 parent eb7ab5a commit acc97ad

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.go-version

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

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

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.24.0
40+
ARG GOLANG_VERSION=1.23.7
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=5c58f2a182d9cf9d48e3fb1cc81136980ca9a5b17b0a8e2ea95844fc72408154
44+
ARG MSFT_DOWNLOAD_SHA256=edbbeb2bba93a0956ff238867da2864a71e0b3813211864c355b5966fa95ea67
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=c3fa6d16ffa261091a5617145553c71d21435ce547e44cc6dfb7470865527cc7
48+
ARG GOLANG_DOWNLOAD_SHA256=597acbd0505250d4d98c4c83adf201562a8c812cbcd7b341689a07087a87a541
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.24.0
34+
ARG GOLANG_VERSION=1.23.7
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=95eeca67708c56ab96831957d28315f3ae381711d21d0f3b3492fdfb3e182df8
38+
ARG MSFT_DOWNLOAD_SHA256=aafcfa90c65ba5d44f38875801adf812f82f37d2ef5ea57ef9bb71cab3e3612e
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=dea9ca38a0b852a74e81c26134671af7c0fbe65d81b0dc1c5bfe22cf7d4c8858
42+
ARG GOLANG_DOWNLOAD_SHA256=4741525e69841f2e22f9992af25df0c1112b07501f61f741c12c6389fcb119f3
4343
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
4444
{{- end }}
4545

0 commit comments

Comments
 (0)