Closed
Description
What version of Go are you using (go version
)?
1.18
(I got stressed out between the 6 bug templates and 6 external communities to discuss Go topics so here goes nothing.)
The only tracking issues I can find for riscv64 seem to be closed:
However, https://go.dev/dl/?mode=json&include=all does not include a bootstrap for GOOS=linux
GOARCH=riscv64
.
NixOS and nixpkgs currently use this json and the pre-built bootstraps for some/most Go packaging support, so this would likely help us get riscv64 support going a bit further.
Alternatively, maybe there's an unofficial builder out there producing builds that I could at least experiment with?
Thanks!