]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dist: set default go.tools tag
authorAndrew Gerrand <adg@golang.org>
Fri, 18 Oct 2013 01:51:21 +0000 (10:51 +0900)
committerAndrew Gerrand <adg@golang.org>
Fri, 18 Oct 2013 01:51:21 +0000 (10:51 +0900)
Fixes #6607.

R=dsymonds
CC=golang-dev
https://golang.org/cl/14830043

misc/dist/bindist.go

index 7f70bc265bfbb3e5b141edbbd5f133a03439ad6d..38287a338549c77658d4ca40d6094386941f8034 100644 (file)
@@ -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.