Dear Gophers, How to determine the latest released Go version programmatically?
I am working on a system which needs to use the latest published Go version (whatever it is at the time it is run). I would rather not update it manually every time a new version comes out as this is error prone and slow. Also scraping and parsing golang.org web site contents seems silly.
I would like an URL which returns the latest released version number as text or as a redirect to the latest tarball or something similar.
Does such thing exist? Any other ideas? -- Janne Snabb sn...@epipe.com -- 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. For more options, visit https://groups.google.com/d/optout.