Skip to content

Commit 094d7cd

Browse files
author
Jesse Seldess
committed
Update Go version requirement for building 21.1 from source
Technically, the minimum required is 1.15.3: https://github.com/cockroachdb/cockroach/blob/release-21.1/build/go-version-check.sh#L10 However, 1.15.11 avoids these Go bugs: golang/go#45076 golang/go#45187 golang/go#42884 So to prevent users from running into those, we listing 1.15.11 as the minimum required version, followed by a note that you can use IGNORE_GOVERS=1 to try building with older versions. Fixes #10468 Fixes #9081
1 parent 177c73f commit 094d7cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: v21.1/install-cockroachdb-linux.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h3>Build from Source</h3>
174174
</tr>
175175
<tr>
176176
<td>Go</td>
177-
<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>
177+
<td>Version 1.15.11+ is required. Older versions might work via <code>make build IGNORE_GOVERS=1</code>.</td>
178178
</tr>
179179
<tr>
180180
<td>Bash</td>
@@ -186,7 +186,7 @@ <h3>Build from Source</h3>
186186
</tr>
187187
<tr>
188188
<td>Autoconf</td>
189-
<td>Version 2.68 or higher is required.</td>
189+
<td>Version 2.68+ is required.</td>
190190
</tr>
191191
</table>
192192
<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>

Diff for: v21.1/install-cockroachdb-mac.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h3>Build from source</h3>
189189
</tr>
190190
<tr>
191191
<td>Go</td>
192-
<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>
192+
<td>Version 1.15.11+ is required. Older versions might work via <code>make build IGNORE_GOVERS=1</code>.</td>
193193
</tr>
194194
<tr>
195195
<td>Bash</td>
@@ -201,7 +201,7 @@ <h3>Build from source</h3>
201201
</tr>
202202
<tr>
203203
<td>Autoconf</td>
204-
<td>Version 2.68 or higher is required.</td>
204+
<td>Version 2.68+ is required.</td>
205205
</tr>
206206
</table>
207207
<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>

0 commit comments

Comments
 (0)