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

x/pkgsite: pkg.go.dev don't want to show documentation for the latest version of module #73113

Closed
andyone opened this issue Mar 31, 2025 · 2 comments
Labels
Milestone

Comments

@andyone
Copy link

andyone commented Mar 31, 2025

What is the URL of the page with the issue?

https://pkg.go.dev/github.com/essentialkaos/updown

What is your user agent?

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36

Screenshot

Image

What did you do?

I have released version 0.1.1 of the module, but the website still shows version 0.0.2 as the latest. Also, there is a version 0.1.0 released almost a month ago that is not shown in the version history.

What did you see happen?

There is no new version on the site. I've tried several options to force it to fetch the new version:

  1. Tried open https://pkg.go.dev/github.com/essentialkaos/[email protected] and click Request button.
  2. Tried to send request to https://proxy.golang.org/github.com/essentialkaos/updown/@v/v0.1.1.info
  3. Tried to send request to https://sum.golang.org/lookup/github.com/essentialkaos/[email protected]

It does not help. Both proxy and sum has info about latest version:

$curl https://sum.golang.org/lookup/github.com/essentialkaos/[email protected]

36064300
github.com/essentialkaos/updown v0.1.1 h1:E8oyo4jEQgmQj23BPeUiq4LaezF0TwLK9nffv8Xpxuk=
github.com/essentialkaos/updown v0.1.1/go.mod h1:2FKkJcv3WwI1vObkrJkQ5AvO+N6geE+26r9hXLySSQ0=

go.sum database tree
36064378
C1s7sZc6Oc2zO5GZu6K+stHwrIK+dstNZiwyj6YsZpU=

— sum.golang.org Az3grhXKnSAnZ3rnHSB+5OQxPb4fX3skuV3XQZKviCrSmiSWVgJoUkhDquvrQqrsIQaCjSireS6iHHhjYgZS+gvBlAA=
curl https://proxy.golang.org/github.com/essentialkaos/updown/@v/v0.1.1.info

{"Version":"v0.1.1","Time":"2025-03-31T20:10:58Z","Origin":{"VCS":"git","URL":"https://github.com/essentialkaos/updown","Hash":"37b5ba5821e7015a7fe48ba84fd0951c3199fb54","Ref":"refs/tags/v0.1.1"}}

Proxy returns that 0.1.1 is the latest version available:

curl https://proxy.golang.org/github.com/essentialkaos/updown/@latest

{"Version":"v0.1.1","Time":"2025-03-31T20:10:58Z","Origin":{"VCS":"git","URL":"https://github.com/essentialkaos/updown","Hash":"37b5ba5821e7015a7fe48ba84fd0951c3199fb54","Ref":"refs/tags/v0.1.1"}}

What did you expect to see?

Documentation for the latest (v0.1.1) version of the package.

@gopherbot gopherbot added this to the Unreleased milestone Mar 31, 2025
@seankhliao
Copy link
Member

seems to be there?
https://pkg.go.dev/github.com/essentialkaos/[email protected]

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Mar 31, 2025
@andyone
Copy link
Author

andyone commented Mar 31, 2025

@seankhliao Yes, it is now shown. But there is still no previous version (v0.1.0) in the version history. I tried again to force it to fetch it and generate docs, but no luck.

I'm not sure if there's an issue on my end that's stopping pkg.go.dev from generating docs, or if it's an internal problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants