From: Brad Fitzpatrick
Date: Fri, 18 Oct 2019 16:58:47 +0000 (+0000)
Subject: doc/go1.14: announce upcoming removal of darwin/386 port
X-Git-Tag: go1.14beta1~697
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=65a4dc9c183d37920291ef5ca2e30242a6af2677;p=gostls13.git
doc/go1.14: announce upcoming removal of darwin/386 port
Fixes #34749
Change-Id: Id97afc189ea387fc0fdd044140e30096594e185a
Reviewed-on: https://go-review.googlesource.com/c/go/+/202018
Reviewed-by: Bryan C. Mills
---
diff --git a/doc/go1.14.html b/doc/go1.14.html
index 7814efd8be..363f57bb4d 100644
--- a/doc/go1.14.html
+++ b/doc/go1.14.html
@@ -50,6 +50,13 @@ TODO
maintain it.
+Darwin
+
+
+ Go 1.14 is the last Go release to support 32-bit binaries on
+ macOS (the darwin/386
port). They are no longer
+ supported by macOS, starting with macOS 10.15 (Catalina).
+
Native Client (NaCl)