Skip to content

Commit bd62b64

Browse files
readd to retrieve immutable artifact (#5741) (#5744)
(cherry picked from commit f54bbf5) Co-authored-by: Eric Beahan <[email protected]>
1 parent 2d330d1 commit bd62b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ with_msft_go() {
5858

5959
# Use a temporary folder to house the Go SDK downloaded from Microsoft
6060
tempfolder=$(mktemp -d)
61-
MSFT_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$(cat .go-version).${platform_type}-${arch_type}.tar.gz
61+
MSFT_DOWNLOAD_URL=https://aka.ms/golang/release/latest/go$(cat .go-version)-1.${platform_type}-${arch_type}.tar.gz
6262
retry 5 $(curl -sL -o - $MSFT_DOWNLOAD_URL | tar -xz -f - -C ${tempfolder}/)
6363
export PATH="${PATH}:${tempfolder}/go/bin"
6464
go version

0 commit comments

Comments
 (0)