File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
60
60
ARG GOLANG_VERSION=1.24.1
61
61
{{- if eq .FIPS "true"}}
62
- ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION-1 .linux-arm64.tar.gz
62
+ ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION.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
64
ARG MSFT_DOWNLOAD_SHA256=73b1befea457d5967632b2b0b93f8d2c0d899d5b6fbd1396c55d0a015292608b
65
65
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN ln -s /usr/bin/pip3 /usr/bin/pip
33
33
34
34
ARG GOLANG_VERSION=1.24.1
35
35
{{- if eq .FIPS "true"}}
36
- ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION-1 .linux-amd64.tar.gz
36
+ ARG GOLANG_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$GOLANG_VERSION.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
38
ARG MSFT_DOWNLOAD_SHA256=b0ca85ecc435a93e2ddb626dd9ef7fb6689700a0847b0392eb3e146345a8dea0
39
39
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256
You can’t perform that action at this time.
0 commit comments