On Wed, 3 Mar 2021 07:06:36 -0800 (PST) Peter Kleiweg <pklei...@xs4all.nl> wrote:
> I try to install a Go program from github at tip. > > This works: > > go get github.com/some/program@HEAD > > But when there is a new push to the repository, and I do this: > > go get -u github.com/some/program@HEAD > > ... I still have the previous version. > > The same with go install. > Most likely, you may have hit the cache on Go proxy server. Either wait for several minutes (1 hour?) or turn off the GOPROXY environment variable. See https://golang.org/ref/mod#module-proxy for more information. -- 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/20210320010353.3ff96b7d%40inspiro.shul.localdomain.