-
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: 'go mod download' did not download expected artifacts #28770
Comments
What was the actual When I tried If you want to download a different version, you have to request it explicitly (
|
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.) |
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?
Hi , im trying to use the go module download and got some strange issues. for some reason running go mod download on the following go.mod is try to download a wrong dependency as it try to get github.com/davecgh/go-spew/@v/v1.1.0.mod -> 404 Not Found
when i try to get the dependency of 1.1.0 but it actually download go-spew 1.1.1 and no t1.1.0
the go.mod file
What did you expect to see?
go download should be download all relevant versions of the go-spew not just the latest one
What did you see instead?
go downloaded only go-spew 1.1.1
The text was updated successfully, but these errors were encountered: