update-golang

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion

MIT License

Stars
1.9K

Bot releases are visible (Hide)

update-golang - update-golang 0.24 Latest Release

Published by udhos over 2 years ago

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 - update-golang 0.23

Published by udhos over 3 years ago

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 - update-golang 0.22

Published by udhos about 5 years ago

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 - update-golang 0.21

Published by udhos over 5 years ago

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 - update-golang 0.20

Published by udhos over 5 years ago

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 - update-golang 0.19

Published by udhos over 5 years ago

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 - update-golang 0.18

Published by udhos almost 6 years ago

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 - update-golang 0.17

Published by udhos almost 6 years ago

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 - update-golang 0.16

Published by udhos about 6 years ago

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 - update-golang 0.15

Published by udhos over 6 years ago

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

update-golang - update-golang 0.14

Published by udhos over 6 years ago

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

This release defaults to Go 1.10.1, and it can automatically detect the latest Golang release.

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

update-golang - update-golang 0.13

Published by udhos over 6 years ago

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

This release detects the last Golang release.

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

update-golang - update-golang 0.12

Published by udhos over 6 years ago

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

This release defaults to Go 1.9.4 - https://golang.org/doc/devel/release.html#go1.9.minor

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

update-golang - update-golang release v0.10

Published by udhos about 7 years ago

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

This release defaults to Go 1.9.1 - https://golang.org/doc/devel/release.html#go1.9.minor

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

update-golang - update-golang release v0.9

Published by udhos about 7 years ago

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

This release defaults to Go 1.9.

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

update-golang - update-golang release v0.8

Published by udhos over 7 years ago

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to to quickly boot up a Golang binary release into a system.
Full details: https://github.com/udhos/update-golang

This release improves arch detection.

update-golang - update-golang release v0.7

Published by udhos over 7 years ago

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to to quickly boot up a Golang binary release into a system.
Full details: https://github.com/udhos/update-golang

This release, by default, downloads binary release for armv6l when 'uname -m' reports armv7l.

update-golang - update-golang release v0.6

Published by udhos over 7 years ago

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to to quickly boot up a Golang binary release into a system.
Full details: https://github.com/udhos/update-golang

This release adds support for curl and defaults to Go 1.8.3.

update-golang - update-golang release v0.5

Published by udhos over 7 years ago

update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.
When you need to to quickly boot up a Golang binary release into a system.
Full details: https://github.com/udhos/update-golang

This releases fixes an issue for OSX.

update-golang - update-golang release v0.0

Published by udhos over 7 years ago

First release.

update-golang is a script to easily fetch and install new Golang releases

When you need to to quickly boot up a Golang binary release into a system.

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