Skip to content

Commit 6260049

Browse files
dmitshurgopherbot
authored andcommittedJun 2, 2023
doc/go1.21: document macOS and Windows requirements
For #58645. Fixes #57125. Fixes #57003. Fixes #57004. Change-Id: I365929ca36aeb32e9ecd19f870e70869933ba6a0 Reviewed-on: https://go-review.googlesource.com/c/go/+/500239 Reviewed-by: Eli Bendersky <eliben@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
1 parent ae71a86 commit 6260049

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎doc/go1.21.html

+16
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,22 @@ <h2 id="language">Changes to the language</h2>
139139

140140
<h2 id="ports">Ports</h2>
141141

142+
<h3 id="darwin">Darwin</h3>
143+
144+
<p><!-- go.dev/issue/57125 -->
145+
As <a href="go1.20#darwin">announced</a> in the Go 1.20 release notes,
146+
Go 1.21 requires macOS 10.15 Catalina or later;
147+
support for previous versions has been discontinued.
148+
</p>
149+
150+
<h3 id="windows">Windows</h3>
151+
152+
<p><!-- go.dev/issue/57003, go.dev/issue/57004 -->
153+
As <a href="go1.20#windows">announced</a> in the Go 1.20 release notes,
154+
Go 1.21 requires at least Windows 10 or Windows Server 2016;
155+
support for previous versions has been discontinued.
156+
</p>
157+
142158
<!-- CL 470695 -->
143159
<p>
144160
<!-- cmd/dist: default to GOARM=7 on all non-arm systems -->

0 commit comments

Comments
 (0)
Please sign in to comment.