]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.14: announce upcoming removal of darwin/386 port
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 18 Oct 2019 16:58:47 +0000 (16:58 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 18 Oct 2019 18:12:39 +0000 (18:12 +0000)
Fixes #34749

Change-Id: Id97afc189ea387fc0fdd044140e30096594e185a
Reviewed-on: https://go-review.googlesource.com/c/go/+/202018
Reviewed-by: Bryan C. Mills <bcmills@google.com>
doc/go1.14.html

index 7814efd8bec111696cef943954b6275e83ece764..363f57bb4dace89ce1fe6358b932ef04085b1afd 100644 (file)
@@ -50,6 +50,13 @@ TODO
   maintain it.
 </p>
 
+<h3 id="darwin">Darwin</h3>
+
+<p><!-- golang.org/issue/34749 -->
+  Go 1.14 is the last Go release to support 32-bit binaries on
+  macOS (the <code>darwin/386</code> port). They are no longer
+  supported by macOS, starting with macOS 10.15 (Catalina).
+</p>
 
 <h3 id="nacl">Native Client (NaCl)</h3>