From: Andrew Gerrand Date: Wed, 23 Oct 2013 06:34:14 +0000 (+0400) Subject: misc/dist: use go.tools release branch X-Git-Tag: go1.3beta1~1390 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9b321faae7a598c6576a97e9363e9ea52d429c59;p=gostls13.git misc/dist: use go.tools release branch R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/15450047 --- 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.