Update linux go to 1.15rc1
From https://ci.android.com/builds/submitted/6732571/linux/latest/go.zip
Bug: b/162100035
Test: m blueprint_tools
Change-Id: I99ce53a2a536b31698643fee2674cdb4ff44982f
diff --git a/doc/install-source.html b/doc/install-source.html
index b5b422e..f8cda1d 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -33,7 +33,7 @@
</p>
<p>
-The Go compilers support twelve instruction sets:
+The Go compilers support the following instruction sets:
<dl>
<dt>
@@ -49,24 +49,30 @@
The <code>ARM</code> instruction set, 64-bit (<code>AArch64</code>) and 32-bit.
</dd>
<dt>
+ <code>mips64</code>, <code>mips64le</code>, <code>mips</code>, <code>mipsle</code>
+</dt>
+<dd>
+ The <code>MIPS</code> instruction set, big- and little-endian, 64- and 32-bit.
+</dd>
+<dt>
<code>ppc64</code>, <code>ppc64le</code>
</dt>
<dd>
The 64-bit PowerPC instruction set, big- and little-endian.
</dd>
<dt>
+ <code>riscv64</code>
+</dt>
+<dd>
+ The 64-bit RISC-V instruction set.
+</dd>
+<dt>
<code>s390x</code>
</dt>
<dd>
The IBM z/Architecture.
</dd>
<dt>
- <code>mips64</code>, <code>mips64le</code>, <code>mips</code>, <code>mipsle</code>
-</dt>
-<dd>
- The <code>MIPS</code> instruction set, big- and little-endian, 64- and 32-bit.
-</dd>
-<dt>
<code>wasm</code>
</dt>
<dd>