-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
metricbeat 6.2.1 #23847
metricbeat 6.2.1 #23847
Conversation
|
Thanks @fxcoudert - the root cause here is that metricbeat doesn't build on go 1.9.4. Is there a way to pin |
Nope. It must build with the latest go or we'll need to remove it from Homebrew. |
The aforementioned PR should get metricbeat into a state that it'll compile with the latest version of go. How do you feel about just closing this one out, and we can update metricbeat when the next release comes out with go 1.9.4 supported? |
Can that not be applied as a patch? |
I'll take a look at applying it as a patch one the PR has been finalized and merged ⚡️ |
@tylerjl OK thanks. We'll close this out for now then. Let me know if/when you want it re-opened. |
@ilovezfs my branch now has an inline patch which works for me when building the formula from source under golang 1.9.4, there's some comments in there as well indicating when the intermediate patch can be removed once a version supporting 1.9.4 is released. |
@tylerjl cool. I've reopened this if you want to push new commits. |
Looks like the latest revision with the patch builds cleanly, any other changes needed? |
ede91e0
to
291531b
Compare
Thanks @tylerjl! |
Created with
brew bump-formula-pr
.