Skip to content

Commit 8071345

Browse files
authored
Merge pull request #6132 from andreimatei/go-versions
Clarify go compiler version requirements for all releases.
2 parents 7494971 + d7190e3 commit 8071345

9 files changed

+28
-10
lines changed

v19.1/install-cockroachdb-linux.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ <h2>Build from Source</h2>
130130
</tr>
131131
<tr>
132132
<td>Go</td>
133-
<td>Version 1.11.6 or higher is required.</td>
133+
<td>Version 1.11.6+. Older go versions might work by doing
134+
<code>make build IGNORE_GOVERS=1</code>,
135+
but you're on your own. 1.12 and above is not recommended.
136+
</td>
134137
</tr>
135138
<tr>
136139
<td>Bash</td>

v19.1/install-cockroachdb-mac.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ <h2>Build from source</h2>
119119
</tr>
120120
<tr>
121121
<td>Go</td>
122-
<td>Version 1.11.6.</td>
122+
<td>Version 1.11.6+. Older go versions might work by doing
123+
<code>make build IGNORE_GOVERS=1</code>,
124+
but you're on your own. 1.12 and above is not recommended.
125+
</td>
123126
</tr>
124127
<tr>
125128
<td>Bash</td>

v19.2/install-cockroachdb-linux.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ <h2>Build from Source</h2>
130130
</tr>
131131
<tr>
132132
<td>Go</td>
133-
<td>Version 1.12.12 or higher is required.</td>
133+
<td>Version 1.12.12+. Older go versions might work by doing
134+
<code>make build IGNORE_GOVERS=1</code>,
135+
but you're on your own. 1.13 and above is not recommended.
136+
</td>
134137
</tr>
135138
<tr>
136139
<td>Bash</td>

v19.2/install-cockroachdb-mac.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,10 @@ <h2>Build from source</h2>
156156
</tr>
157157
<tr>
158158
<td>Go</td>
159-
<td>Version 1.12.12 or higher is required.</td>
159+
<td>Version 1.12.12+. Older go versions might work by doing
160+
<code>make build IGNORE_GOVERS=1</code>,
161+
but you're on your own. 1.13 and above is not recommended.
162+
</td>
160163
</tr>
161164
<tr>
162165
<td>Bash</td>

v2.0/install-cockroachdb.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2 id="whats-next">What's Next?</h2>
149149
</tr>
150150
<tr>
151151
<td>Go</td>
152-
<td>Version 1.10 or higher is required.</td>
152+
<td>Version 1.10.*. 1.11+ is known to not work reliably.</td>
153153
</tr>
154154
<tr>
155155
<td>Bash</td>
@@ -337,7 +337,7 @@ <h2 id="whats-next">What's Next?</h2>
337337
</tr>
338338
<tr>
339339
<td>Go</td>
340-
<td>Version 1.10 or higher is required.</td>
340+
<td>Version 1.10.*. 1.11+ is known to not work reliably.</td>
341341
</tr>
342342
<tr>
343343
<td>Bash</td>

v2.1/install-cockroachdb-linux.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h2>Build from Source</h2>
130130
</tr>
131131
<tr>
132132
<td>Go</td>
133-
<td>Version 1.10 or higher is required.</td>
133+
<td>Version 1.10.*. 1.11+ is not recommended.</td>
134134
</tr>
135135
<tr>
136136
<td>Bash</td>

v2.1/install-cockroachdb-mac.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h2>Build from source</h2>
158158
</tr>
159159
<tr>
160160
<td>Go</td>
161-
<td>Version 1.10 or higher is required.</td>
161+
<td>Version 1.10.*. 1.11+ is not recommended.</td>
162162
</tr>
163163
<tr>
164164
<td>Bash</td>

v20.1/install-cockroachdb-linux.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ <h2>Build from Source</h2>
130130
</tr>
131131
<tr>
132132
<td>Go</td>
133-
<td>Version 1.12.12 or higher is required.</td>
133+
<td>Version 1.12.12+ or 1.13.4+. Older go versions might work by doing
134+
<code>make build IGNORE_GOVERS=1</code>,
135+
but you're on your own. 1.14 and above is not recommended.
136+
</td>
134137
</tr>
135138
<tr>
136139
<td>Bash</td>

v20.1/install-cockroachdb-mac.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,10 @@ <h2>Build from source</h2>
156156
</tr>
157157
<tr>
158158
<td>Go</td>
159-
<td>Version 1.12.12 or higher is required.</td>
159+
<td>Version 1.12.12+ or 1.13.4+. Older go versions might work by doing
160+
<code>make build IGNORE_GOVERS=1</code>,
161+
but you're on your own. 1.14 and above is not recommended.
162+
</td>
160163
</tr>
161164
<tr>
162165
<td>Bash</td>

0 commit comments

Comments
 (0)