-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Copy missing go version to the generated Beats #17105
Conversation
Pinging @elastic/integrations-services (Team:Services) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than wrapping the errors, this looks great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. If it looks good to travis, it LGTM.
Relevant tests are green. |
This PR makes beat generator copy `.go-version` to the vendored beats folder as it is not copied automatically. If the file `.go-version` is missing, the beat cannot be generated and package properly. (cherry picked from commit 6cf8764)
This PR makes beat generator copy `.go-version` to the vendored beats folder as it is not copied automatically. If the file `.go-version` is missing, the beat cannot be generated and package properly. (cherry picked from commit 6cf8764)
What does this PR do?
This PR makes beat generator copy
.go-version
to the vendored beats folder as it is not copied automatically.Why is it important?
If the file
.go-version
is missing, the beat cannot be generated and package properly.Checklist
How to test this PR locally
Related issues