Go Auto Updater
Tool that helps you to retrieve latest Go update from Google
Goup is a little utility that helps you to check and upgrade your local non-container Go version. It bascially does the following step-by-step:
go version
to determine local Go version and go env
for $GOPATH
. The location of go
is determined by supplied -p
param, $PATH
variable or default installation location (/usr/local/go
or C:\Go
)go
), compare it against local version retrieved in (1). Can include beta, RC and latest major/minor version for comparison with -b
, -rc
and -u
.$GOROOT
.$GOROOT
.
go get -u github.com/mkishere/goup
go build cmd/goup.go
goup