-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
Description
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".
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.