From: Carlos Amedee Date: Mon, 7 Apr 2025 15:45:45 +0000 (-0400) Subject: doc/go1.25: document macOS requirements X-Git-Tag: go1.25rc1~530 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a08d2db6d1b8a46d2fc909b848da20ef1b8f5e8f;p=gostls13.git doc/go1.25: document macOS requirements For #69839. For #71661. Change-Id: Ic13f4b7fb81461d55216b260384ee10037b86054 Reviewed-on: https://go-review.googlesource.com/c/go/+/663515 TryBot-Bypass: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/next/7-ports.md b/doc/next/7-ports.md index d2ba1ebb85..eb4f0d5a97 100644 --- a/doc/next/7-ports.md +++ b/doc/next/7-ports.md @@ -1,5 +1,10 @@ ## Ports {#ports} +### Darwin + + +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