Skip to content

Commit fcb7726

Browse files
Strip microsoft/go pre-release identifier (#565)
1 parent 97b2885 commit fcb7726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go/base-arm/Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN \
5959

6060
ARG GOLANG_VERSION=1.24.1
6161
{{- 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
6363
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
6464
ARG MSFT_DOWNLOAD_SHA256=73b1befea457d5967632b2b0b93f8d2c0d899d5b6fbd1396c55d0a015292608b
6565
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256

go/base/Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN ln -s /usr/bin/pip3 /usr/bin/pip
3333

3434
ARG GOLANG_VERSION=1.24.1
3535
{{- 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
3737
# Use a different arg name for microsoft/go sha so it can be handled seperately from the regular golang sha
3838
ARG MSFT_DOWNLOAD_SHA256=b0ca85ecc435a93e2ddb626dd9ef7fb6689700a0847b0392eb3e146345a8dea0
3939
ARG DOWNLOAD_SHA256=$MSFT_DOWNLOAD_SHA256

0 commit comments

Comments
 (0)