Re: [go-nuts] manifest file of releases

2019-12-06 Thread Wagner Riffel
On Thu Dec 5, 2019 at 8:27 AM  wrote:
> I would hope there would be a JSON file from which I could use to monitor 
> releases and obtain download URLs. Something similar to what CoreOS does:
> https://coreos.com/releases/releases.json

GET https://golang.org/dl/?mode=json, then your download link would be
https://storage.googleapis.com/golang/ + "filename" field in the json.

- wgr

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/BYYYF11U1DN7.3AKDHU881DXM9%40pampas.


[go-nuts] manifest file of releases

2019-12-05 Thread uldericofilho
Hi,


I did a quick investigation but I could not find a post that confirms 
whether there is a machine-friendly URL for Go releases?

I would hope there would be a JSON file from which I could use to monitor 
releases and obtain download URLs. Something similar to what CoreOS does:
https://coreos.com/releases/releases.json


Thanks,
Ulderico

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/1bb74609-cfa1-4f49-a873-2663b6e14f04%40googlegroups.com.