From cb2353deb74ecc1ca2105be44881c5d563a00fb8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 5 Dec 2019 11:36:39 -0800 Subject: [PATCH] doc/go1.14: preannounce dropping macOS 10.11 support Go 1.14 will be the last to support macOS 10.11. Go 1.15 will require macOS 10.12 (Sierra). Updates #23011 Change-Id: I8fff555e5b8fffe088e7e960e77fac9558cb74e4 Reviewed-on: https://go-review.googlesource.com/c/go/+/210137 Reviewed-by: Andrew Bonventre --- doc/go1.14.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/go1.14.html b/doc/go1.14.html index 87d2fac1aa..1ff52dc497 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -56,6 +56,11 @@ TODO

Darwin

+

+ Go 1.14 is the last release that will run on macOS 10.11 El Capitan. + Go 1.15 will require macOS 10.12 Sierra or later. +

+

Go 1.14 is the last Go release to support 32-bit binaries on macOS (the darwin/386 port). They are no longer -- 2.50.0