Skip to content

Commit a89f887

Browse files
committed
Update links in "versions.sh"
1 parent e8e87a3 commit a89f887

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

versions.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ else
3030
fi
3131
versions=( "${versions[@]%/}" )
3232

33+
# https://pkg.go.dev/golang.org/x/website/internal/dl
3334
# https://github.com/golang/go/issues/23746
34-
# https://github.com/golang/website/blob/dd8acb4c96edcd69706f19304941679dcb3822b0/internal/dl/server.go#L102-L107 ...
35+
# https://github.com/golang/go/issues/34864
36+
# https://github.com/golang/website/blob/41e922072f17ab2826d9479338314c025602a3a1/internal/dl/server.go#L174-L182 ... (the only way to get "unstable" releases is via "all", so we get to sort through "archive" releases too)
3537
goVersions="$(
3638
wget -qO- 'https://golang.org/dl/?mode=json&include=all' | jq -c --argjson potentiallySupportedArches "$potentiallySupportedArches" '
3739
[

0 commit comments

Comments
 (0)