diff options
Diffstat (limited to 'src/cmd/api')
| -rw-r--r-- | src/cmd/api/run.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/api/run.go b/src/cmd/api/run.go index 52b23de454..1f9a4cf8d8 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 = "6698ca2900e2" +const goToolsVersion = "ae08a5291439" var goroot string |
