]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.22: pre-announce dropping macOS 10.15 support
authorDmitri Shuralyov <dmitshur@golang.org>
Thu, 14 Dec 2023 15:37:33 +0000 (10:37 -0500)
committerGopher Robot <gobot@golang.org>
Thu, 14 Dec 2023 16:00:05 +0000 (16:00 +0000)
For #64207.
For #23011.

Change-Id: I17ff221718aef03e9cda0ae4eb7b79896933553a
Reviewed-on: https://go-review.googlesource.com/c/go/+/549655
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
doc/go1.22.html

index c4337f1fe77677c34c2cbfe536874dd20bc7895d..a2ae843bc7d7ad7226efd4eaa5ba8d5d275c19bb 100644 (file)
@@ -895,6 +895,9 @@ defer func() {
   On 64-bit ARM-based macOS (the <code>darwin/arm64</code> port),
   the Go toolchain already generates PIE by default.
 </p>
+<p><!-- go.dev/issue/64207 -->
+  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.
+</p>
 
 <h3 id="arm">Arm</h3>
 <p><!-- CL 514907 -->