Skip to content

Update Go version requirement for building 21.1 from source #10489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions v21.1/install-cockroachdb-linux.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h3>Build from Source</h3>
</tr>
<tr>
<td>Go</td>
<td>Version 1.13.9+ is required, but 1.14 and above is not recommended. Older versions might work via <code>make build IGNORE_GOVERS=1</code>.</td>
<td>Version 1.15.11+ is required. Older versions might work via <code>make build IGNORE_GOVERS=1</code>.</td>
</tr>
<tr>
<td>Bash</td>
Expand All @@ -186,7 +186,7 @@ <h3>Build from Source</h3>
</tr>
<tr>
<td>Autoconf</td>
<td>Version 2.68 or higher is required.</td>
<td>Version 2.68+ is required.</td>
</tr>
</table>
<p>A 64-bit system is strongly recommended. Building or running CockroachDB on 32-bit systems has not been tested. You'll also need at least 2GB of RAM. If you plan to run our test suite, you'll need closer to 4GB of RAM.</p>
Expand Down
4 changes: 2 additions & 2 deletions v21.1/install-cockroachdb-mac.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h3>Build from source</h3>
</tr>
<tr>
<td>Go</td>
<td>Version 1.13.9+ is required, but 1.14 and above is not recommended. Older versions might work via <code>make build IGNORE_GOVERS=1</code>.</td>
<td>Version 1.15.11+ is required. Older versions might work via <code>make build IGNORE_GOVERS=1</code>.</td>
</tr>
<tr>
<td>Bash</td>
Expand All @@ -201,7 +201,7 @@ <h3>Build from source</h3>
</tr>
<tr>
<td>Autoconf</td>
<td>Version 2.68 or higher is required.</td>
<td>Version 2.68+ is required.</td>
</tr>
</table>
<p>A 64-bit system is strongly recommended. Building or running CockroachDB on 32-bit systems has not been tested. You'll also need at least 2GB of RAM. If you plan to run our test suite, you'll need closer to 4GB of RAM.</p>
Expand Down