You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Peter Kleiweg, golang-nuts
On Wed, 3 Mar 2021 07:06:36 -0800 (PST)
Peter Kleiweg <pkle...@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.