From 73580645087b84c3470943155e5e94eacf83bb86 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Thu, 3 Dec 2020 17:29:39 -0500 Subject: [PATCH] doc/go1.16: preannounce dropping macOS 10.12 support Go 1.16 will be the last to support macOS 10.12 Sierra. Go 1.17 will require macOS 10.13 High Sierra. For #23011. Change-Id: I80052bdde4d9f1c5d71b67b85f65fb0b40856750 Reviewed-on: https://go-review.googlesource.com/c/go/+/275299 Trust: Dmitri Shuralyov Reviewed-by: Ian Lance Taylor --- doc/go1.16.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/go1.16.html b/doc/go1.16.html index 1c22c217582..4d4b4590090 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -58,6 +58,11 @@ Do not send CLs removing the interior tags from such phrases. the ios build tag set.

+

+ Go 1.16 is the last release that will run on macOS 10.12 Sierra. + Go 1.17 will require macOS 10.13 High Sierra or later. +

+

NetBSD