Control go install output with GOBIN
In the world of go.mod, if you want to control where go install
puts executables, you are supposed to use GOBIN
, not GOPATH
.
This change adds an explicit GOBIN=...
to the Makefile. This fixes compilation in environments where GOBIN is set.