From c6da36ac37fa479a14a014100585889997f4daf8 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 1 Dec 2016 00:23:15 -0500 Subject: [PATCH] cmd/tip: update tools hash to include CL 33662 Change-Id: Ifab1436d10b5b738a3386969cb41b7353711c3a5 Reviewed-on: https://go-review.googlesource.com/34690 Run-TryBot: Russ Cox Reviewed-by: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- cmd/tip/talks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tip/talks.go b/cmd/tip/talks.go index 4fc30846..3fc9e1e4 100644 --- a/cmd/tip/talks.go +++ b/cmd/tip/talks.go @@ -21,7 +21,7 @@ func (b talksBuilder) Signature(heads map[string]string) string { return heads["talks"] } -const talksToolsRev = "f19f04f5492745c70cc5906b15b125b7a3d3b1a3" +const talksToolsRev = "e04df2157ae7263e17159baabadc99fb03fc7514" func (b talksBuilder) Init(dir, hostport string, heads map[string]string) (*exec.Cmd, error) { toolsDir := filepath.Join(dir, "gopath/src/golang.org/x/tools")