summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-10-23 10:34:14 +0400
committerAndrew Gerrand <adg@golang.org>2013-10-23 10:34:14 +0400
commit7e7fd2ff584e8553d64725b77487b14ec61a3172 (patch)
tree5323ee29553bb2f8663ff06d997aefe89088dee6
parentaf8569c2597cec63b3d2c48f623ce021b11943cf (diff)
downloadgo-7e7fd2ff584e8553d64725b77487b14ec61a3172.tar.gz
misc/dist: use go.tools release branch
R=golang-dev, dsymonds CC=golang-dev https://codereview.appspot.com/15450047
-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 a98f040e6..223d2dc17 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.