x/pkgsite: Failing to fetch new version of github.com/shazow/ssh-chat #42526
Labels
Milestone
Comments
Version v1.10 is not SemVer compatible try tagging v1.10.0 and fetching again. This should resolve your issue. Citing from here:
|
@tobiaskohlbau You're absolutely right! Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/shazow/ssh-chat
What is your user agent?
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.27 Safari/537.36
Screenshot
What did you do?
Try to load a newer tag (v1.9 or v1.10) than the last one indexed by pkg.go.dev (v1.8.2, a year ago).
What did you expect to see?
Docs for the v1.10 tag of my repo
What did you see instead?
v1.10 is not found, v1.9 is not found, only v1.8.2 loads.
I'm sure this is somehow my fault, the ssh-chat repo went through a few iterations of migrating to go modules. I can't tell if ultimately it was done incorrectly, or whether I somehow got it into a broken state that can't be repaired.
I tried pushing newer tags, I tried messing with the go.mod file, but it's not obvious to me what's wrong.
If this is my error, it might be helpful if the "Not found" page linked to some documentation about what to do if I was expecting to see a valid version but it's not showing up. :)
The text was updated successfully, but these errors were encountered: