cmd/tip: bump verison serving tip.golang.org to HEAD

This picks up a recent change to the playground package.

Change-Id: I9b5f0ef9981373274d707014a2c0e2786e9624c0
Reviewed-on: https://go-review.googlesource.com/22538
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Andrew Gerrand 2016-04-28 10:44:37 +10:00
parent 1f1b3322f6
commit 94f857c7cf
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ func (b talksBuilder) Signature(heads map[string]string) string {
return heads["talks"]
}
const talksToolsRev = "ac6d9c1d842f9b6482f39f7a172e0251a0f7cbc0"
const talksToolsRev = "1f1b3322f67af76803c942fd237291538ec68262"
func (b talksBuilder) Init(dir, hostport string, heads map[string]string) (*exec.Cmd, error) {
toolsDir := filepath.Join(dir, "gopath/src/golang.org/x/tools")