summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cmd/api/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/api/run.go b/src/cmd/api/run.go
index 1f9a4cf8d..52b23de45 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