Skip to content

Commit 8c32a78

Browse files
[Automation] Bump Golang version to 1.23.8 (#575)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 34f40ab commit 8c32a78

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.23.7
1+
1.23.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.23.7
5+
VERSION := 1.23.8
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.23.7
40+
ARG GOLANG_VERSION=1.23.8
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=6367764f5e2886e6e3a32c986d7d426f500423cb4c06ea80d844bd4013b96e62
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=9d6d938422724a954832d6f806d397cf85ccfde8c581c201673e50e634fdc992
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.23.8
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=e08de24661de3351bf216ab3f875377391a182ca0b1b3ee64d91fb64f8dcf10f
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=45b87381172a58d62c977f27c4683c8681ef36580abecd14fd124d24ca306d3f
4343
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
4444
{{- end }}
4545

0 commit comments

Comments
 (0)