Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: missing go install path@version hint in go run path@version error #42087

Closed
eliasnaur opened this issue Oct 20, 2020 · 3 comments
Closed
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Milestone

Comments

@eliasnaur
Copy link
Contributor

#40276 implements go install support for the path@version syntax. However the error message from other commands only mention go get.

What version of Go are you using (go version)?

$ go version
go version devel +893f0a9e8f Tue Oct 20 11:01:46 2020 +0200 darwin/amd64

Does this issue reproduce with the latest release?

Yes

What did you do?

$ go run gioui.org/cmd/gogio@latest
package gioui.org/cmd/gogio@latest: can only use path@version syntax with 'go get'

What did you expect to see?

The error mentioning go install

What did you see instead?

The error only mentioning go get

@bcmills bcmills added NeedsFix The path to resolution is known, but the work has not been done. release-blocker labels Oct 20, 2020
@bcmills bcmills added this to the Go1.16 milestone Oct 20, 2020
@bcmills bcmills added the okay-after-beta1 Used by release team to mark a release-blocker issue as okay to resolve either before or after beta1 label Nov 16, 2020
@toothrot toothrot removed the okay-after-beta1 Used by release team to mark a release-blocker issue as okay to resolve either before or after beta1 label Dec 17, 2020
@toothrot
Copy link
Contributor

toothrot commented Jan 7, 2021

@jayconrod Any update on this issue as a release blocker for Go 1.16?

@jayconrod
Copy link
Contributor

CL 282121 will fix this.

@gopherbot
Copy link

Change https://golang.org/cl/282121 mentions this issue: cmd/go: make hints in error messages more consistent

@golang golang locked and limited conversation to collaborators Jan 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. release-blocker
Projects
None yet
Development

No branches or pull requests

5 participants