From 6afabe2768830940a9b02d45911563e51d287224 Mon Sep 17 00:00:00 2001
From: Brad Fitzpatrick
Date: Mon, 28 Oct 2019 16:49:27 +0000
Subject: [PATCH] doc/go1.14: document that Go 1.14 is likely last to support
darwin/arm
Fixes #34751
Change-Id: I5ae1bb2bfddaa05245b364556d2b999b158a4cc4
Reviewed-on: https://go-review.googlesource.com/c/go/+/203879
Reviewed-by: Bryan C. Mills
---
doc/go1.14.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/go1.14.html b/doc/go1.14.html
index 0160d9a781d..58210b65294 100644
--- a/doc/go1.14.html
+++ b/doc/go1.14.html
@@ -56,6 +56,14 @@ TODO
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).
+ Go continues to support the 64-bit darwin/amd64
port.
+
+
+
+ Go 1.14 will likely be the last Go release to support 32-bit
+ binaries on iOS, iPadOS, watchOS, and tvOS
+ (the darwin/arm
port). Go continues to support the
+ 64-bit darwin/arm64
port.
Native Client (NaCl)