File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- 1.23.7
1
+ 1.23.8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
2
2
include $(SELF_DIR)/../Makefile.common
3
3
4
4
NAME := golang-crossbuild
5
- VERSION := 1.23.7
5
+ VERSION := 1.23.8
6
6
DEBIAN_VERSION ?= 9
7
7
SUFFIX := -$(shell basename $(CURDIR))
8
8
TAG_EXTENSION ?=
Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ RUN \
37
37
libsqlite3-0 \
38
38
&& rm -rf /var/lib/apt/lists/*
39
39
40
- ARG GOLANG_VERSION=1.23.7
40
+ ARG GOLANG_VERSION=1.23.8
41
41
{{- if eq .FIPS "true"}}
42
42
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION-1.linux-arm64.tar.gz
43
43
# 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
45
45
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
46
46
{{- else}}
47
47
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
49
49
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
50
50
{{- end}}
51
51
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update -y --no-install-recommend
31
31
RUN ln -s /usr/bin/pip3 /usr/bin/pip
32
32
{{- end }}
33
33
34
- ARG GOLANG_VERSION=1.23.7
34
+ ARG GOLANG_VERSION=1.23.8
35
35
{{- if eq .FIPS "true"}}
36
36
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION-1.linux-amd64.tar.gz
37
37
# 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
39
39
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
40
40
{{- else}}
41
41
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
43
43
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
44
44
{{- end }}
45
45
You can’t perform that action at this time.
0 commit comments