From e4c11970eed617e7d42ec594821d457db8d962cd Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 31 Jan 2024 17:24:15 -0500 Subject: [PATCH] _content/doc/install: update GOARM default on non-arm systems As of Go 1.21, the default GOARM value when cross-compiling is 7. This was done in CL 470695. Update its documentation accordingly. For golang/go#24904. For golang/go#65241. Change-Id: I04a22b1e6d5b324615b4822f18db3c53270cf4fb Reviewed-on: https://go-review.googlesource.com/c/website/+/560015 Reviewed-by: Michael Knyszek LUCI-TryBot-Result: Go LUCI Auto-Submit: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov --- _content/doc/install/source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_content/doc/install/source.html b/_content/doc/install/source.html index a3cc58201d..54ff166c04 100644 --- a/_content/doc/install/source.html +++ b/_content/doc/install/source.html @@ -703,7 +703,7 @@

Optional environment variables

  • $GOARM (for arm only; default is auto-detected if building -on the target processor, 6 if not) +on the target processor, 7 if not)

    This sets the ARM floating point co-processor architecture version the run-time should target. If you are compiling on the target system, its value will be auto-detected.