open-nomad/.changelog/12077.txt
Seth Hoenig 98758d4287 build: respect GOBIN when using make targets
This PR updates GNUMakefile to respect $GOBIN if it is set in the
environment or via an $GOENV file. Previously we hard-coded the output
to $GOPATH/bin, which is not necessarily the desired behavior.
2022-02-16 12:05:55 -06:00

4 lines
79 B
Plaintext

```release-note:improvement
build: make targets now respect GOBIN variable
```