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/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/0854db20-1596-4709-930d-23ddde7063f9o%40googlegroups.com.

Reply via email to