Problem with github API and go rep

Hello all!

Before all, Thank you to your project! :slight_smile:

I am writting a little script to auto-install the GoLang but I am getting troublle with GOLan/go Repo API.
https://api.github.com/repos/golang/go/releases/latest --> No Return
https://api.github.com/repos/golang/go -> Shows API But Cant get latest releases.

It’s other way to get the API latest realease?

PS: I can get latest release with other Users/Repos Not on GoLang User. :frowning:

Thank you

The second URL returns a JSON having a releases URL field, querying that URL yields an empty list. Also through the website, there are no releases associated with the project, seems you have to look at and parse the tags. You can find an URL telling those like I found one for the releases.

Thank you I will keep searching for that way!

here the script link:
https://github.com/hellresistor/EasyGo/blob/master/easygo.sh

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.