Is there a golang download for latest patch release like 1.20.x?

231 views
Skip to first unread message

silverwind

unread,
Mar 30, 2023, 1:17:34 PM3/30/23
to golang-nuts
Is there a way to download the latest patch release of golang 1.20 which currently is at 1.20.2. On the available downloads, I only find explicit links:


I would lika a link that resolves to the latest patch release for the 1.20 release, like


Does it exist?

Sean Liao

unread,
Mar 30, 2023, 1:21:30 PM3/30/23
to golang-nuts
What page are you looking at?


- sean


--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/39143ad1-4af5-4f36-8af8-a0fc85404024n%40googlegroups.com.

Eli Lindsey

unread,
Mar 30, 2023, 2:48:25 PM3/30/23
to silverwind, golang-nuts
I’m not aware of a stable URL that always points to the latest patch release like you described (maybe there is one and someone else will chime in), but did want to mention that the json output from https://go.dev/dl/?mode=json is very useful if running in an environment where you can sprinkle in a little curl/jq/sha256sum to automate discovering, downloading, and verifying the latest release.

-eli

Fawaz Ibrahim

unread,
Apr 11, 2023, 10:00:04 AM4/11/23
to golang-nuts
Hi . Apologies for intruding on the conversation.I think there is an issue with go.dev I have been trying to access the site for days but it's not responding

Brian Candler

unread,
Apr 11, 2023, 10:25:10 AM4/11/23
to golang-nuts
[Aside: I think it would have been better to start a new thread rather than hijack an unrelated conversation]

go.dev and pkg.go.dev both work perfectly for me.

Are you able to resolve those names to IP addresses - if so, what? What do you see when you attempt to connect? Do you have a static entry for go.dev in your local hosts file?

Maybe you have a problem with your local network - are you going via a proxy or something like that?

silverwind

unread,
Apr 19, 2023, 5:11:58 PM4/19/23
to golang-nuts
> I’m not aware of a stable URL that always points to the latest patch release like you described (maybe there is one and someone else will chime in), but did want to mention that the json output from https://go.dev/dl/?mode=json is very useful if running in an environment where you can sprinkle in a little curl/jq/sha256sum to automate discovering, downloading, and verifying the latest release.

Yes, a stable link to latest patch-release is what I'm looking for. Maybe the go team can consider it.

Meanwhile, I will try a curl/jq to achieve the same.

silverwind

unread,
Apr 22, 2023, 4:23:48 AM4/22/23
to golang-nuts
I've raised proposal https://github.com/golang/go/issues/59776 for golang to implement stable and unambiguous versioning.
Reply all
Reply to author
Forward
0 new messages