-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: "unknown revision" error for valid pseudo-version of golang.org/x/tools #34092
Comments
More interestingly, if try the last
|
This no longer reproduces at head, presumably due to changes in the
There is an interesting fact about that commit: namely, that commit updated the dependency on It is also interesting to note that the pseudo-version in the output log for that commit of
|
I think (for some reason I didn't record the commit) this happened again at 6bfd74c. I'll be sure to log any further occurrences here. |
Based on the investigation in #34266 (comment), I believe this may be a bug in the server backing I will wait until that bug has been investigated before pursuing this further. |
This appears to be a bug in some (all?) versions of the |
The |
|
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
At the time of writing, a4fdb3a is the commit at
master
What did you expect to see?
The command to succeed.
What did you see instead?
However
golang.org/x/[email protected]
is indeed valid:cc @bcmills @jayconrod
The text was updated successfully, but these errors were encountered: