Skip to content

Control go install output with GOBIN

Jacob Vosmaer requested to merge jv-explicit-go-bin into master

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.

Merge request reports