A fast, hassle-free Go version updater.
Prebuilt binaries:
curl -sSfL https://raw.githubusercontent.com/tr1sm0s1n/goup/main/install.sh | sh -s -- -b .Using Go:
go install github.com/tr1sm0s1n/goup@latest# latest version, use '-b' to take backup of the existing version if any
goup
# specific version
goup -i 1.24.7
# goup version
goup -v