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

Go module's latest version is incorrect, causes 404 when doing go get #49

Open
mattolenik opened this issue Jul 1, 2020 · 1 comment
Assignees
Labels
component: downloads Download of modules priority: low stage: in-progress Assigned person is taking care of the issue type: question Further information is requested

Comments

@mattolenik
Copy link

This Go module (and maybe others) do not actually have the latest version available, despite the last modified date. This package:
https://search.gocenter.io/github.com/monochromegane/go-gitignore

Was updated on June 26th (the page says 26th when loading then flashes to 25th for some reason), but the latest available version is v0.0.0-20200525100937-58356a36e03f, which is from May. The actual latest version that you get with go get -u is v0.0.0-20200626010858-205db1a8cc00. This is causing a 404 when trying to go get to download modules.

@elioengcomp
Copy link
Contributor

elioengcomp commented Jul 1, 2020

Hi @mattolenik ,

Thank you for reaching out.

Can you try again? The latest version for github.com/monochromegane/go-gitignore in GoCenter now is v0.0.0-20200626010858-205db1a8cc00 like you pointed out.

BTW, anytime you see this scenario and want to force GoCenter to fetch and serve the latest version of a module when it does not seem to have it available yet, you can safely run go get github.com/monochromegane/go-gitignore@master against GoCenter.

Best.

@elioengcomp elioengcomp self-assigned this Jul 1, 2020
@elioengcomp elioengcomp added component: downloads Download of modules priority: low stage: in-progress Assigned person is taking care of the issue type: bug Something isn't working type: question Further information is requested and removed type: bug Something isn't working labels Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: downloads Download of modules priority: low stage: in-progress Assigned person is taking care of the issue type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants