]> Cypherpunks repositories - gostls13.git/commitdiff
doc: require macOS 10.12 or later
authorIan Lance Taylor <iant@golang.org>
Tue, 19 May 2020 00:55:50 +0000 (17:55 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 19 May 2020 04:10:43 +0000 (04:10 +0000)
For #23011

Change-Id: I3137820af975301e251b0a23a9349c544b42c70b
Reviewed-on: https://go-review.googlesource.com/c/go/+/234521
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.15.html
doc/install-source.html

index 43fc14f168a9b50d0592a22372078b6e363637ba..90baedd91687e49078a4840e6a3553dbebf113e3 100644 (file)
@@ -33,6 +33,12 @@ TODO
 
 <h3 id="darwin">Darwin</h3>
 
+<p>
+  As <a href="go1.14#darwin">announced</a> in the Go 1.14 release notes,
+  Go 1.15 now requires macOS 10.12 Sierra or later;
+  support for previous versions has been discontinued.
+</p>
+
 <p> <!-- golang.org/issue/37610, golang.org/issue/37611 -->
   As <a href="/doc/go1.14#darwin">announced</a> in the Go 1.14 release
   notes, Go 1.15 drops support for 32-bit binaries on macOS, iOS,
index 8f0d3a9d14cb6c9fce4b2b2d3e0ff497207ac80c..b5b422ea111901fa1cf7580cb5d90a93a2a74779 100644 (file)
@@ -501,7 +501,7 @@ These default to the values of <code>$GOHOSTOS</code> and
 
 <p>
 Choices for <code>$GOOS</code> are
-<code>android</code>, <code>darwin</code> (macOS 10.11 and above and iOS),
+<code>android</code>, <code>darwin</code> (macOS/iOS),
 <code>dragonfly</code>, <code>freebsd</code>, <code>illumos</code>, <code>js</code>,
 <code>linux</code>, <code>netbsd</code>, <code>openbsd</code>,
 <code>plan9</code>, <code>solaris</code> and <code>windows</code>.