From 6165bb11d7256cf55dde8bf5fb23bdf96c932197 Mon Sep 17 00:00:00 2001 From: Cherry Mui Date: Tue, 11 Jun 2024 10:25:33 -0400 Subject: [PATCH] doc/next: resolve a TODO for openbsd/riscv64 port I think we want to keep the "experimental" as we did before. Also added "64-bit" to be more specific. For #65614. Change-Id: I928d0ba6f1b53efa1f882f81f68bfb2446c7ab42 Reviewed-on: https://go-review.googlesource.com/c/go/+/591896 Reviewed-by: Dmitri Shuralyov Reviewed-by: Joel Sing LUCI-TryBot-Result: Go LUCI --- doc/next/7-ports.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/next/7-ports.md b/doc/next/7-ports.md index 11810eafc2e..5b345fb82ed 100644 --- a/doc/next/7-ports.md +++ b/doc/next/7-ports.md @@ -15,8 +15,7 @@ Go 1.23 is the last release that requires Linux kernel version 2.6.32 or later. ### OpenBSD {#openbsd} - -Go 1.23 adds experimental support for OpenBSD on RISC-V (`GOOS=openbsd`, `GOARCH=riscv64`). +Go 1.23 adds experimental support for OpenBSD on 64-bit RISC-V (`GOOS=openbsd`, `GOARCH=riscv64`). ### Wasm {#wasm}