From b33f612f6e7c0d15df31f2266afe641a7f8bf935 Mon Sep 17 00:00:00 2001
From: Dmitri Shuralyov
Date: Thu, 14 Dec 2023 10:37:33 -0500
Subject: [PATCH] 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
---
doc/go1.22.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/go1.22.html b/doc/go1.22.html
index c4337f1fe7767..a2ae843bc7d7a 100644
--- a/doc/go1.22.html
+++ b/doc/go1.22.html
@@ -895,6 +895,9 @@ Darwin
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