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.
The same when I run this first:
go clean -cache -modcache
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/golang-nuts/7f488c2f-9144-40ac-b810-e05acb7807f6n%40googlegroups.com.