You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go will install to a directory named go. Change to the directory that will be its parent and make sure the go directory does not exist. Then clone the repository and check out the latest release tag:
$ git clone https://go.googlesource.com/go
$ cd go
$ git checkout go1.4.1
but of course this is out of date and should be 1.4.2.
It would be even better if this could be updated automatically for new releases, or at least if there were some list of all references to be updated.
The text was updated successfully, but these errors were encountered:
I feel like I saw this issue discussed somewhere already, but now I can't find an issue or golang-dev discussion. Apologies if this is a duplicate.
The instructions at https://golang.org/doc/install/source say
but of course this is out of date and should be 1.4.2.
It would be even better if this could be updated automatically for new releases, or at least if there were some list of all references to be updated.
The text was updated successfully, but these errors were encountered: