From 02014706f012a90bcd48025200d28e471dd96e09 Mon Sep 17 00:00:00 2001 From: qiulaidongfeng <2645477756@qq.com> Date: Sun, 16 Mar 2025 14:40:40 +0800 Subject: [PATCH] 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 --- doc/next/7-ports.md | 4 ++++ 1 file changed, 4 insertions(+) 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.