[go-nuts] Re: Correct checkout branch go1.9 in 'Installing Go from source'

2017-08-29 Thread peterGo
Will Zhou, Yes. The objective is to be on the current point release. For example. // Clone current point release: go1.9.1 $ git clone https://go.googlesource.com/go $ cd go/src $ git checkout release-branch.go1.9 $ ./make.bash $ go version go version go1.9.1 linux/amd64 // ... // Update to cur

[go-nuts] Re: Correct checkout branch go1.9 in 'Installing Go from source'

2017-08-29 Thread Marvin Stenger
It's a tag. git tag -l will list it. Am Dienstag, 29. August 2017 14:55:24 UTC+2 schrieb Will Zhou: > > In the page Installing Go from source > , of the section below, branch > 'go1.9' should be changed to 'release-branch.go1.9'. > > > Fetch the repository