From 7e7fd2ff584e8553d64725b77487b14ec61a3172 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 23 Oct 2013 10:34:14 +0400 Subject: misc/dist: use go.tools release branch R=golang-dev, dsymonds CC=golang-dev https://codereview.appspot.com/15450047 --- misc/dist/bindist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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. -- cgit v1.2.1