]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.23: document macOS requirements
authorDmitri Shuralyov <dmitshur@golang.org>
Wed, 14 Feb 2024 16:25:03 +0000 (11:25 -0500)
committerGopher Robot <gobot@golang.org>
Wed, 14 Feb 2024 18:18:25 +0000 (18:18 +0000)
For #64207.
For #65614.

Change-Id: Ia5365b4090060e0657c255341751d3e67691f836
Reviewed-on: https://go-review.googlesource.com/c/go/+/563856
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
doc/next/7-ports.md

index 8bea3f8fbc33f90f98bd40929a4a3a2fccb7481c..796cc4bf1b8e723f739d82b450a26154e7866892 100644 (file)
@@ -1,2 +1,8 @@
 ## Ports {#ports}
 
+### Darwin {#darwin}
+
+<!-- go.dev/issue/64207 -->
+As [announced](go1.22#darwin) in the Go 1.22 release notes,
+Go 1.23 requires macOS 11 Big Sur or later;
+support for previous versions has been discontinued.