mirror of https://github.com/golang/go.git
misc/makerelease: use release-branch.go1.4 for tools and tour
TBR=rsc R=rsc CC=golang-codereviews https://golang.org/cl/175870043
This commit is contained in:
parent
7001fad55b
commit
f07ea227ee
|
|
@ -56,8 +56,8 @@ const (
|
|||
blogPath = "golang.org/x/blog"
|
||||
toolPath = "golang.org/x/tools"
|
||||
tourPath = "code.google.com/p/go-tour"
|
||||
defaultToolTag = "release-branch.go1.3"
|
||||
defaultTourTag = "release-branch.go1.3"
|
||||
defaultToolTag = "release-branch.go1.4"
|
||||
defaultTourTag = "release-branch.go1.4"
|
||||
)
|
||||
|
||||
// Import paths for tool commands.
|
||||
|
|
|
|||
Loading…
Reference in New Issue