Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: respect GOBIN when using make targets #12077

Merged
merged 1 commit into from
Feb 16, 2022
Merged

Commits on Feb 16, 2022

  1. 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.
    shoenig committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    06613d6 View commit details
    Browse the repository at this point in the history