-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: install: module found, but does not contain package on 1.20.2, works fine on 1.19.7 #59281
Comments
Could be dup of #58116 |
What's in :
does it reproduce if you start with an empty module cache? |
CC @bcmills |
Could be corrupted module index data too. What happens if you set (CC @matloob) |
CC @bcmills
|
Current theory is filesystem corruption in the cached index data. Maybe we should add checksumming. 🤔 |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
@seankhliao @bcmills |
Upgraded to 1.20 and ran into this again today.
Tried with go1.19 install as well, same result
However, after installing 1.19 with the package installer, there are no isues:
|
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
OutputNote: The above was generated after I downgraded to go1.19.7 which doesn't have the issue described below
What did you do?
What did you expect to see?
What did you see instead?
Downgraded to 1.19 and things work again. Was setting up a new laptop on mac 13.2.1 and VS code alerted me it couldn't install the required go tools. Attemping to install via terminal resulted in the same error message.
The text was updated successfully, but these errors were encountered: