From: Dmitri Shuralyov Date: Thu, 14 Dec 2023 15:37:33 +0000 (-0500) Subject: doc/go1.22: pre-announce dropping macOS 10.15 support X-Git-Tag: go1.22rc1~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5f48662c5aab0f8c594b77ca183687264121f6b5;p=gostls13.git doc/go1.22: pre-announce dropping macOS 10.15 support For #64207. For #23011. Change-Id: I17ff221718aef03e9cda0ae4eb7b79896933553a Reviewed-on: https://go-review.googlesource.com/c/go/+/549655 LUCI-TryBot-Result: Go LUCI Reviewed-by: Michael Pratt Auto-Submit: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.22.html b/doc/go1.22.html index c4337f1fe7..a2ae843bc7 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -895,6 +895,9 @@ defer func() { On 64-bit ARM-based macOS (the darwin/arm64 port), the Go toolchain already generates PIE by default.

+

+ Go 1.22 is the last release that will run on macOS 10.15 Catalina. Go 1.23 will require macOS 11 Big Sur or later. +

Arm