Skip to content

Instantly share code, notes, and snippets.

@mbyczkowski
Created August 30, 2018 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbyczkowski/d4d6dbc6b9605bcbd481a8dce56b6ae0 to your computer and use it in GitHub Desktop.
Save mbyczkowski/d4d6dbc6b9605bcbd481a8dce56b6ae0 to your computer and use it in GitHub Desktop.
# Assuming you already have Go installed
# Works with any released version of Go (including beta builds)
# Prior to Go 1.11 `go get golang.org/x/build/version/<GO_VERSION>` was used.
go get golang.org/dl/go1.11
# Assuming that $GOBIN is added to your $PATH
go1.11 download
# Voila! You can now use `go1.11` like you would normally use `go`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment