Created
January 17, 2017 17:17
-
-
Save mbyczkowski/a30922caeb553962f299d1558c2f983c 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
# create a new dir for each version of Go | |
git clone [email protected]:golang/go.git $HOME/go1.8 | |
cd $HOME/go1.8 | |
git checkout release-branch.go1.8 | |
# assuming you installed go binary with homebrew | |
export GOROOT_BOOTSTRAP=/usr/local/opt/go/libexec | |
./all.bash | |
alias go1.8=$HOME/go1.8/bin/go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment