-
Notifications
You must be signed in to change notification settings - Fork 7
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
Wrong latest reported for stripe-go (skipped version problem?) #37
Comments
Yeah, unfortunately that's a limitation of the tool. It's currently noted here: https://github.com/icholy/gomajor?tab=readme-ov-file#warning
The module proxy doesn't provide a way to query all major versions of a module, so this tool is forced to incrementally check the existence of each version. |
See the 5 comments starting here: golang/go#40323 (comment) |
Ach, I somehow missed that warning line, sorry! I even participated in that issue myself, albeit later on than this :-). |
FWIW, it looks like we're finally going to get built-in support for listing new major versions: golang/go#67420 |
The latest version reported for https://pkg.go.dev/github.com/stripe/stripe-go is
v76
. The actual latest isv80
(at the time of writing).Might be worth noting that
v77
doesn't exist. This might be tripping the tool.The text was updated successfully, but these errors were encountered: