The lastgo project provides an alternative go
command which is a proxy keeping up to date the Go toolchain.
Install via Homebrew
$ brew tap dvaumoron/tap
$ brew install lastgo
Or get the last binary depending on your OS.
String (Default: "")
When non empty, lastgo ask user for confirmation before an update.
String (Default: 24h)
Minimum interval waited between check of last version on LASTGO_DOWNLOAD_URL
.
String (Default: https://go.dev/dl)
URL used to check last Go version (also download and install binaries at first launch, however update rely on GOTOOLCHAIN mecanism).
String (Default: ${HOME}/.lastgo)
Path to directory where lastgo install Go.