aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-10-18 10:51:21 +0900
committerAndrew Gerrand <adg@golang.org>2013-10-18 10:51:21 +0900
commit73d7d12ea62e99fef210ec3d9d2ffbe87d1628f0 (patch)
tree877f49dfb0e662448d1ca08d7aa69e73eaca9ae0
parentf41b43a02431baab166d06b8b4c41467d9cc88e4 (diff)
downloadgo-73d7d12ea62e99fef210ec3d9d2ffbe87d1628f0.tar.gz
go-73d7d12ea62e99fef210ec3d9d2ffbe87d1628f0.zip
misc/dist: set default go.tools tag
Fixes #6607. R=dsymonds CC=golang-dev https://golang.org/cl/14830043
-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 7f70bc265b..38287a3385 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 = "tip" // TOOD(adg): set this once Go 1.2 settles
+ defaultToolTag = "9e246fa49449" // go.tools as of 2013-10-18, for go1.2
)
// Import paths for tool commands.