Created
August 30, 2018 00:03
-
-
Save mbyczkowski/d4d6dbc6b9605bcbd481a8dce56b6ae0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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