x/pkgsite: tag like v17.03.1 is not recognized as a version #37851
Comments
OK it seems like the leading zero (as in |
it only supports SemVer format, not CalVer |
In addition to expecting tagging to be done on the master branch (no support for release branches) which I think is why v1.13.1 is no longer picked up (later than v1.3.1, but not tagged on master) |
oh, ignore the last comment, that may be have been with go mod itself |
pkg.go.dev interprets versions in the same way as the
Right,
There a few relevant issues in that project's issue tracker, you can leave a They also seem to have a dedicated website for documentation at https://docs.docker.com/engine/api/sdk/, which currently links to godoc.org for Go SDK documentation. It's probably a good idea to report an issue in their issue tracker about this incompatibility. /cc @julieqiu |
Filed moby/moby#41382. |
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 is the URL of the page with the issue?
https://pkg.go.dev/mod/github.com/docker/docker?tab=versions
What is your user agent?
Google Chrome Version 80.0.3987.132 (Official Build) (64-bit)
Screenshot
n/a
What did you do?
Opened the page
What did you expect to see?
v17, v18 and v19 versions, with the latest one being v19.03.8
What did you see instead?
v1.3.1 is shown as the latest version
v17.x, v18.x, v19.x is not shown at all.
More info
Docker (https://github.com/moby/moby aka github.com/docker/docker) has switched to date-based versions a few years ago. The latest non-date-based version was
v1.3.1
, and after itv17.03.0-ce-rc1
was released (see https://github.com/moby/moby/tags?after=v17.05.0-ce-rc1).Apparently, pkg.go.dev do not recognize versions > 9, as a result it shows documentation from 2017 and there's no way to change that.
This is a regression, since godoc.org shows the latest docs.
// Cc @thaJeztah
The text was updated successfully, but these errors were encountered: