that's an invalid semver, no leading 0s allowed https://semver.org/#spec-item-2 : A normal version number MUST take the form X.Y.Z where X, Y, and Z are non-negative integers, and MUST NOT contain leading zeroes. X is the major version, Y is the minor version, and Z is the patch version. Each element MUST increase numerically. For instance: 1.9.0 -> 1.10.0 -> 1.11.0.
On Saturday, August 15, 2020 at 4:08:06 AM UTC+2 sunto...@gmail.com wrote: > How to force update the latest version of package in pkg.go.dev? > > My https://github.com/go-easygen/easygen/releases/tag/v5.1.01 has been > release for over 10 days, but the > https://pkg.go.dev/github.com/go-easygen/easygen?tab=versions is still > showing an old version. > > From https://proxy.golang.org/ I saw > > explicitly request that version via go get module@version. After one >> minute for caches to expire, the go command will see that tagged version. >> If this doesn't work for you, please file an issue >> <https://golang.org/issue/new?title=proxy.golang.org%3A+>. > > > > So I did: > > > go get github.com/go-easygen/eas...@v5.1.01 > <http://github.com/go-easygen/easygen@v5.1.01> > > go: downloading github.com/go-easygen/easygen > v4.0.1-0.20200804033944-7bacacfacf6a+incompatible > go: github.com/go-easygen/easygen v5.1.01 => > v4.0.1-0.20200804033944-7bacacfacf6a+incompatible > go: finding module for package gopkg.in/yaml.v2 > . . . > > $ date > Fri Aug 14 21:56:06 EDT 2020 > > $ lynx -dump -width=78 " > https://pkg.go.dev/github.com/go-easygen/easygen?tab=versions"; date > . . . > v1 - github.com/go-easygen/easygen > > * [32]v4.1.0+incompatible - Jun 19, 2019 > * [33]v4.0.0+incompatible - Mar 24, 2019 > * [34]v3.0.0+incompatible - May 4, 2018 > . . . > Fri Aug 14 22:06:18 EDT 2020 > > > So do I need to file an issue > <https://golang.org/issue/new?title=proxy.golang.org%3A+>, or I've missed > something? > > Thx > > > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/074b1e7d-7b1c-43c0-abc6-d20eb2625c7dn%40googlegroups.com.