File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- 1.23.10
1
+ 1.23.11
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.10
5
+ VERSION := 1.23.11
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 @@ -61,11 +61,11 @@ ARG VERSION
61
61
{{- if eq .FIPS "true"}}
62
62
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$VERSION-1.linux-arm64.tar.gz
63
63
# 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
65
65
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
66
66
{{- else}}
67
67
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
69
69
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
70
70
{{- end}}
71
71
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ ARG VERSION
35
35
{{- if eq .FIPS "true"}}
36
36
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$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=c4ee22c0de9fd2ff2c0d0d1a446e5aac75c9e3a3bfdc16e25e32d2461c5347ed
38
+ ARG MSFT_DOWNLOAD_SHA256=0dc3746aac6e59e30759035a726142c04e81f0aaa1f4f07fec789de11c0c11b5
39
39
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
40
40
{{- else}}
41
41
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
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