From: qiulaidongfeng <2645477756@qq.com> Date: Sun, 16 Mar 2025 06:40:40 +0000 (+0800) Subject: doc: go 1.26 remove support for windows/arm X-Git-Tag: go1.25rc1~652 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=02014706f012a90bcd48025200d28e471dd96e09;p=gostls13.git doc: go 1.26 remove support for windows/arm For #71671 Change-Id: I690aa24c0d9dd62749244c92d26a5a353f0d5c47 Reviewed-on: https://go-review.googlesource.com/c/go/+/658275 Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/next/7-ports.md b/doc/next/7-ports.md index 8bea3f8fbc..d2ba1ebb85 100644 --- a/doc/next/7-ports.md +++ b/doc/next/7-ports.md @@ -1,2 +1,6 @@ ## Ports {#ports} +### Windows + + +Go 1.25 is the last release that contains the [broken](/doc/go1.24#windows) 32-bit windows/arm port (`GOOS=windows` `GOARCH=arm`). It will be removed in Go 1.26.