File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ ARG VERSION
68
68
ARG SECURITY_VERSION=-1
69
69
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$VERSION$SECURITY_VERSION.linux-arm64.tar.gz
70
70
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
71
- ARG MSFT_DOWNLOAD_SHA256=4fe69b51d1dde0442fd8cbae12559828d12236ca17c656d71eff7ff8adfdc82e
71
+ ARG MSFT_DOWNLOAD_SHA256=947f5a4f7cd3a05aa2f0d6cba2a51c9d8acc960aae37bf02a0713f93cf6a36ab
72
72
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
73
73
{{- else}}
74
74
ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$VERSION.linux-arm64.tar.gz
75
- ARG GOLANG_DOWNLOAD_SHA256=0df02e6aeb3d3c06c95ff201d575907c736d6c62cfa4b6934c11203f1d600ffa
75
+ ARG GOLANG_DOWNLOAD_SHA256=124ea6033a8bf98aa9fbab53e58d134905262d45a022af3a90b73320f3c3afd5
76
76
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
77
77
{{- end}}
78
78
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ ARG VERSION
36
36
ARG SECURITY_VERSION=-1
37
37
ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$VERSION$SECURITY_VERSION.linux-amd64.tar.gz
38
38
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
39
- ARG MSFT_DOWNLOAD_SHA256=109829f011521e7fa68fe9eab62243265a22d1386a7495cbcab92359f000fe09
39
+ ARG MSFT_DOWNLOAD_SHA256=b9635be15acdb15bc048fd71965de96b5107fac620bc75241968c189c0fc1da9
40
40
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
41
41
{{- else}}
42
42
ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$VERSION.linux-amd64.tar.gz
43
- ARG GOLANG_DOWNLOAD_SHA256=10ad9e86233e74c0f6590fe5426895de6bf388964210eac34a6d83f38918ecdc
43
+ ARG GOLANG_DOWNLOAD_SHA256=bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712
44
44
ARG DOWNLOAD_SHA256=$GOLANG_DOWNLOAD_SHA256
45
45
{{- end }}
46
46
You can’t perform that action at this time.
0 commit comments