From: Brad Fitzpatrick Date: Mon, 28 Oct 2019 16:49:27 +0000 (+0000) Subject: doc/go1.14: document that Go 1.14 is likely last to support darwin/arm X-Git-Tag: go1.14beta1~541 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6afabe2768830940a9b02d45911563e51d287224;p=gostls13.git 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 --- diff --git a/doc/go1.14.html b/doc/go1.14.html index 0160d9a781..58210b6529 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)