]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.25: document macOS requirements
authorCarlos Amedee <carlos@golang.org>
Mon, 7 Apr 2025 15:45:45 +0000 (11:45 -0400)
committerCarlos Amedee <carlos@golang.org>
Mon, 7 Apr 2025 18:04:56 +0000 (11:04 -0700)
For #69839.
For #71661.

Change-Id: Ic13f4b7fb81461d55216b260384ee10037b86054
Reviewed-on: https://go-review.googlesource.com/c/go/+/663515
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
doc/next/7-ports.md

index d2ba1ebb85dc3a8b3448092b3129c85ac63d061f..eb4f0d5a9703c4d7c7c7e5f2710faabbbfe542f0 100644 (file)
@@ -1,5 +1,10 @@
 ## Ports {#ports}
 
+### Darwin
+
+<!-- go.dev/issue/69839 -->
+As [announced](/doc/go1.24#darwin) in the Go 1.24 release notes, Go 1.25 requires macOS 12 Monterey or later; support for previous versions has been discontinued.
+
 ### Windows
 
 <!-- go.dev/issue/71671 -->