Commit f07ea227 authored by Andrew Gerrand's avatar Andrew Gerrand

misc/makerelease: use release-branch.go1.4 for tools and tour

TBR=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/175870043
parent 7001fad5
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment