aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-11-01 11:15:47 +1100
committerAndrew Gerrand <adg@golang.org>2013-11-01 11:15:47 +1100
commitcc10ac750d7ce1cf146db3e92a69cf5b73765743 (patch)
tree79108c0018ce5de20959d8893abff4a83b194dbb
parentdf3e05d37c66eb6f6073298ffbe701fc2210dabc (diff)
downloadgo-cc10ac750d7ce1cf146db3e92a69cf5b73765743.tar.gz
go-cc10ac750d7ce1cf146db3e92a69cf5b73765743.zip
[release-branch.go1.2] misc/dist: use go.tools release branch
««« CL 15450047 / 1f81a19c2ee2 misc/dist: use go.tools release branch R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/15450047 »»» R=golang-dev CC=golang-dev https://golang.org/cl/19850047
-rw-r--r--misc/dist/bindist.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/bindist.go b/misc/dist/bindist.go
index a98f040e62..223d2dc177 100644
--- a/misc/dist/bindist.go
+++ b/misc/dist/bindist.go
@@ -49,7 +49,7 @@ const (
blogPath = "code.google.com/p/go.blog"
toolPath = "code.google.com/p/go.tools"
tourPath = "code.google.com/p/go-tour"
- defaultToolTag = "9e246fa49449" // go.tools as of 2013-10-18, for go1.2
+ defaultToolTag = "release-branch.go1.2"
)
// Import paths for tool commands.