From 9a571deed6f9bebcbb3fad864600936b55aeea22 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 10 Nov 2014 09:39:17 +1100 Subject: [PATCH] undo CL 166380043 / 0b54a0927656 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This was a mistake; the cmd/api tool depends on an old version of go/types. ««« original CL description cmd/api: bump go.tools golden CL hash TBR=bradfitz R=rsc CC=golang-codereviews https://golang.org/cl/166380043 »»» TBR=bradfitz, rsc R=bradfitz, rsc CC=golang-codereviews https://golang.org/cl/167430043 --- src/cmd/api/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/api/run.go b/src/cmd/api/run.go index 1f9a4cf8d8..52b23de454 100644 --- a/src/cmd/api/run.go +++ b/src/cmd/api/run.go @@ -27,7 +27,7 @@ import ( // goToolsVersion is the hg revision of the go.tools subrepo we need // to build cmd/api. This only needs to be updated whenever a go/types // bug fix is needed by the cmd/api tool. -const goToolsVersion = "ae08a5291439" +const goToolsVersion = "6698ca2900e2" var goroot string -- 2.48.1