Skip to content

Commit

Permalink
Source GOPATH from go env
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <[email protected]>
  • Loading branch information
embik committed Apr 6, 2024
1 parent 367414c commit 0c16084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compile-release-tools
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ setup_env() {
if [ -n "${GOBIN:-}" ]; then
export RELEASE_TOOL_BIN="${GOBIN}"
else
GOPATH=$(go env GOPATH)
export RELEASE_TOOL_BIN="${GOPATH}/bin"
fi
fi
Expand Down

0 comments on commit 0c16084

Please sign in to comment.