x/telemetry: go install
/ go run
fails for golang.org/x/telemetry/cmd/gotelemetry@latest
: "no matching versions for query "latest""
#63825
Labels
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
That the documented commands work.
go run
is documented here.go install
is documented here.What did you see instead?
The above outputs. One thought: Could this error be caused by the fact that I'm using a GOPROXY? 🤔
The text was updated successfully, but these errors were encountered: