cmd/tip: update tools hash to include CL 33662
Change-Id: Ifab1436d10b5b738a3386969cb41b7353711c3a5 Reviewed-on: https://go-review.googlesource.com/34690 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
dd79664177
commit
c6da36ac37
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue