Files
vault/changelog/19862.txt
Robert aae6c65c09 build: try creating the go bin directory (#19862)
* Try creating the output directory to ensure it always exists

* Use GOBIN path over GOPATH/bin if it is set
2023-04-17 22:57:17 +00:00

4 lines
102 B
Plaintext

```release-note:improvement
build: Prefer GOBIN when set over GOPATH/bin when building the binary
```