File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- 1.23.7
1
+ 1.24.1
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.24.1
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=73b1befea457d5967632b2b0b93f8d2c0d899d5b6fbd1396c55d0a015292608b
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=8df5750ffc0281017fb6070fba450f5d22b600a02081dceef47966ffaf36a3af
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.24.1
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=b0ca85ecc435a93e2ddb626dd9ef7fb6689700a0847b0392eb3e146345a8dea0
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=cb2396bae64183cdccf81a9a6df0aea3bce9511fc21469fb89a0c00470088073
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