mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
We currenly use ${GOPATH}/bin as the path for the compiler generated executable, but this usage does not allow ebuilds to add additional local paths to GOPATH. To allow for this usage, change the invocation of the compiler to use ${GOBIN}. Signed-off-by: Geoff Levand <geoff@infradead.org>