#Packages installed to my $GOPATH/bin with `go install GitHub.com/repo@latest

5 messages · Page 1 of 1 (latest)

buoyant oriole
#

If I install Go binaries to my $GOPATH/bin with go install GitHub.com/somerepo@latest, how can I update these binaries individually or all of them in a go?

kind hawk
#

Just individually install them again

#

But the go install command is for installing binaries, it's not for using packages in your code

buoyant oriole
#

@kind hawk Tnx, and yes, my bad, I meant binaries! (I'm fixing my question)

kind hawk
#

Your question was clear we just often get people asking how to add libraries to their code and accidentally use install, so wanted to make sure this isn't the case