What version of Go are you using (go version)?
$ go version
go version devel +048c9164a0 Sat Nov 24 23:55:07 2018 +0000 linux/amd64
Does this issue reproduce with the latest release?
Yes, introduced in 1.11.
What operating system and processor architecture are you using (go env)?
N/A
What did you do?
Ran go tool dist list
What did you expect to see?
Only supported GOOS/GOARCH combinations listed.
What did you see instead?
linux/riscv64 listed even though it hasn't been fully implemented.
Added in https://golang.org/cl/118618. Appears it may be needed for the development of the RISC-V port but it doesn't seem as though it should be included in go tool dist list since that's documented to "list all supported platforms".
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
Yes, introduced in 1.11.
What operating system and processor architecture are you using (
go env)?N/A
What did you do?
Ran
go tool dist listWhat did you expect to see?
Only supported GOOS/GOARCH combinations listed.
What did you see instead?
linux/riscv64listed even though it hasn't been fully implemented.Added in https://golang.org/cl/118618. Appears it may be needed for the development of the RISC-V port but it doesn't seem as though it should be included in
go tool dist listsince that's documented to "list all supported platforms".