From 9b321faae7a598c6576a97e9363e9ea52d429c59 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 23 Oct 2013 10:34:14 +0400 Subject: [PATCH] misc/dist: use go.tools release branch R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/15450047 --- misc/dist/bindist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/dist/bindist.go b/misc/dist/bindist.go index a98f040e628..223d2dc1770 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.