Skip to content

Commit

Permalink
Clarify go compiler version requirements for all releases.
Browse files Browse the repository at this point in the history
Fixes #6097
  • Loading branch information
andreimatei committed Dec 10, 2019
1 parent e4ada32 commit d7190e3
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 10 deletions.
5 changes: 4 additions & 1 deletion v19.1/install-cockroachdb-linux.html
Expand Up @@ -130,7 +130,10 @@ <h2>Build from Source</h2>
</tr>
<tr>
<td>Go</td>
<td>Version 1.11.6 or higher is required.</td>
<td>Version 1.11.6+. Older go versions might work by doing
<code>make build IGNORE_GOVERS=1</code>,
but you're on your own. 1.12 and above is not recommended.
</td>
</tr>
<tr>
<td>Bash</td>
Expand Down
5 changes: 4 additions & 1 deletion v19.1/install-cockroachdb-mac.html
Expand Up @@ -119,7 +119,10 @@ <h2>Build from source</h2>
</tr>
<tr>
<td>Go</td>
<td>Version 1.11.6.</td>
<td>Version 1.11.6+. Older go versions might work by doing
<code>make build IGNORE_GOVERS=1</code>,
but you're on your own. 1.12 and above is not recommended.
</td>
</tr>
<tr>
<td>Bash</td>
Expand Down
5 changes: 4 additions & 1 deletion v19.2/install-cockroachdb-linux.html
Expand Up @@ -130,7 +130,10 @@ <h2>Build from Source</h2>
</tr>
<tr>
<td>Go</td>
<td>Version 1.12.12 or higher is required.</td>
<td>Version 1.12.12+. Older go versions might work by doing
<code>make build IGNORE_GOVERS=1</code>,
but you're on your own. 1.13 and above is not recommended.
</td>
</tr>
<tr>
<td>Bash</td>
Expand Down
5 changes: 4 additions & 1 deletion v19.2/install-cockroachdb-mac.html
Expand Up @@ -156,7 +156,10 @@ <h2>Build from source</h2>
</tr>
<tr>
<td>Go</td>
<td>Version 1.12.12 or higher is required.</td>
<td>Version 1.12.12+. Older go versions might work by doing
<code>make build IGNORE_GOVERS=1</code>,
but you're on your own. 1.13 and above is not recommended.
</td>
</tr>
<tr>
<td>Bash</td>
Expand Down
4 changes: 2 additions & 2 deletions v2.0/install-cockroachdb.html
Expand Up @@ -149,7 +149,7 @@ <h2 id="whats-next">What's Next?</h2>
</tr>
<tr>
<td>Go</td>
<td>Version 1.10 or higher is required.</td>
<td>Version 1.10.*. 1.11+ is known to not work reliably.</td>
</tr>
<tr>
<td>Bash</td>
Expand Down Expand Up @@ -337,7 +337,7 @@ <h2 id="whats-next">What's Next?</h2>
</tr>
<tr>
<td>Go</td>
<td>Version 1.10 or higher is required.</td>
<td>Version 1.10.*. 1.11+ is known to not work reliably.</td>
</tr>
<tr>
<td>Bash</td>
Expand Down
2 changes: 1 addition & 1 deletion v2.1/install-cockroachdb-linux.html
Expand Up @@ -130,7 +130,7 @@ <h2>Build from Source</h2>
</tr>
<tr>
<td>Go</td>
<td>Version 1.10 or higher is required.</td>
<td>Version 1.10.*. 1.11+ is not recommended.</td>
</tr>
<tr>
<td>Bash</td>
Expand Down
2 changes: 1 addition & 1 deletion v2.1/install-cockroachdb-mac.html
Expand Up @@ -158,7 +158,7 @@ <h2>Build from source</h2>
</tr>
<tr>
<td>Go</td>
<td>Version 1.10 or higher is required.</td>
<td>Version 1.10.*. 1.11+ is not recommended.</td>
</tr>
<tr>
<td>Bash</td>
Expand Down
5 changes: 4 additions & 1 deletion v20.1/install-cockroachdb-linux.html
Expand Up @@ -130,7 +130,10 @@ <h2>Build from Source</h2>
</tr>
<tr>
<td>Go</td>
<td>Version 1.12.12 or higher is required.</td>
<td>Version 1.12.12+ or 1.13.4+. Older go versions might work by doing
<code>make build IGNORE_GOVERS=1</code>,
but you're on your own. 1.14 and above is not recommended.
</td>
</tr>
<tr>
<td>Bash</td>
Expand Down
5 changes: 4 additions & 1 deletion v20.1/install-cockroachdb-mac.html
Expand Up @@ -156,7 +156,10 @@ <h2>Build from source</h2>
</tr>
<tr>
<td>Go</td>
<td>Version 1.12.12 or higher is required.</td>
<td>Version 1.12.12+ or 1.13.4+. Older go versions might work by doing
<code>make build IGNORE_GOVERS=1</code>,
but you're on your own. 1.14 and above is not recommended.
</td>
</tr>
<tr>
<td>Bash</td>
Expand Down

0 comments on commit d7190e3

Please sign in to comment.