Skip to content

Releases: udhos/update-golang

update-golang 0.24

13 Mar 19:27
Compare
Choose a tag to compare

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to quickly boot up a Golang binary release into a system.
The script can automatically detect the latest Golang release.

This release updates the URL for retrieving Go release list.

Full details: https://github.com/udhos/update-golang

update-golang 0.23

28 Feb 02:34
Compare
Choose a tag to compare

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to quickly boot up a Golang binary release into a system.
The script can automatically detect the latest Golang release.

This release adds minor enhancements.

Full details: https://github.com/udhos/update-golang

update-golang 0.22

17 Sep 18:46
Compare
Choose a tag to compare

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to quickly boot up a Golang binary release into a system.
The script can automatically detect the latest Golang release.

This version reports missing download tools.

Full details: https://github.com/udhos/update-golang

update-golang 0.21

12 Jun 18:08
Compare
Choose a tag to compare

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to quickly boot up a Golang binary release into a system.
The script can automatically detect the latest Golang release.

This version adds minor improvements.

Full details: https://github.com/udhos/update-golang

update-golang 0.20

08 May 15:12
Compare
Choose a tag to compare

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to quickly boot up a Golang binary release into a system.
The script can automatically detect the latest Golang release.

This version fixes minor issues, including support for MacOS.

Full details: https://github.com/udhos/update-golang

update-golang 0.19

28 Mar 18:55
Compare
Choose a tag to compare

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to quickly boot up a Golang binary release into a system.
The script can automatically detect the latest Golang release.

This version fixes for some issues.

Full details: https://github.com/udhos/update-golang

update-golang 0.18

14 Dec 16:07
Compare
Choose a tag to compare

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to quickly boot up a Golang binary release into a system.
The script can automatically detect the latest Golang release.

This version searches for newer Go releseases at address https://golang.org/dl/

Full details: https://github.com/udhos/update-golang

update-golang 0.17

06 Nov 19:07
Compare
Choose a tag to compare

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to quickly boot up a Golang binary release into a system.
The script can automatically detect the latest Golang release.

This is a minor improvement on fixing build cache ownership.

Full details: https://github.com/udhos/update-golang

update-golang 0.16

04 Oct 17:34
Compare
Choose a tag to compare

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to quickly boot up a Golang binary release into a system.
The script can automatically detect the latest Golang release.

This release fixes a bug: running under sudo would create files owned by root:root within user build cache.

Full details: https://github.com/udhos/update-golang

update-golang 0.15

11 Jun 14:36
Compare
Choose a tag to compare

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to quickly boot up a Golang binary release into a system.
The script can automatically detect the latest Golang release.

This release adds a new environment variable to control the location to search for new releases:
RELEASE_LIST=https://golang.org/doc/devel/release.html

Full details: https://github.com/udhos/update-golang