aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2023-12-14 10:37:33 -0500
committerGopher Robot <gobot@golang.org>2023-12-14 16:00:05 +0000
commit5f48662c5aab0f8c594b77ca183687264121f6b5 (patch)
tree416ab66f9ff6c86993bb4c222a7860f49be1fbef
parentd1a186d7d07034b75f1d3fe950804efec3b9089a (diff)
downloadgo-5f48662c5aab0f8c594b77ca183687264121f6b5.tar.gz
go-5f48662c5aab0f8c594b77ca183687264121f6b5.zip
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 <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>
-rw-r--r--doc/go1.22.html3
1 files changed, 3 insertions, 0 deletions
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 <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 -->