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

Detect go binary from PATH before failing #3

Merged
merged 1 commit into from
Oct 14, 2020
Merged

Detect go binary from PATH before failing #3

merged 1 commit into from
Oct 14, 2020

Conversation

fangyi-zhou
Copy link
Contributor

It's not always the case that the path of go binary are the same across machines (e.g. /usr/local/bin/go, /usr/bin/go, etc). I wonder if it is a good idea to automatically detect go, when the provided go binary path is not available, so that when running across machines there are no need to edit config files or having to pass --go $(which go) as a command line flag

Copy link
Contributor

@jpkrohling jpkrohling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jpkrohling jpkrohling merged commit d82e775 into observatorium:master Oct 14, 2020
@jpkrohling
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants