aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2026-01-26 15:31:18 -0500
committerGopher Robot <gobot@golang.org>2026-01-26 13:07:04 -0800
commitbb221e8954b639e8790fd1d4a8cd35ff3a9340aa (patch)
tree10fd88e18923d19d11da64cc78de49608f023a83
parentd381731e06dcde566fcc35164fcb59e6bbf3174f (diff)
downloadgo-bb221e8954b639e8790fd1d4a8cd35ff3a9340aa.tar.xz
doc/go1.27: document macOS requirements
For #75836. Change-Id: I07f607178fadbfec95459b2a446f58ae3c5e8932 Reviewed-on: https://go-review.googlesource.com/c/go/+/739380 Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
-rw-r--r--doc/next/7-ports.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/next/7-ports.md b/doc/next/7-ports.md
index 8bea3f8fbc..3f39ced990 100644
--- a/doc/next/7-ports.md
+++ b/doc/next/7-ports.md
@@ -1,2 +1,8 @@
## Ports {#ports}
+### Darwin {#darwin}
+
+<!-- go.dev/issue/75836 -->
+As [announced](go1.26#darwin) in the Go 1.26 release notes,
+Go 1.27 requires macOS 13 Ventura or later;
+support for previous versions has been discontinued.