Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

v1.3.3: Fix behavior when GOBIN is set

Compare
Choose a tag to compare
@spenczar spenczar released this 20 Jun 22:53
· 17 commits to master since this release

As described in #28, retool build and its kin would install binaries to GOBIN if it was explicitly set. This is not generally what people want; instead, retool will now always install binaries to its own _tools/bin directory, regardless of the value of the GOBIN environment variable.