You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that paragraph should include such information since Beats has specific Go compiler requirements (at least 1.9 must be used because of type aliases) and the error messages when your Go compiler is too old can be pretty confusing.
Another option could be to introduce a version check in one of the makefiles so that the build fails if a too-old compiler is used.
The text was updated successfully, but these errors were encountered:
The documentation at https://www.elastic.co/guide/en/beats/devguide/current/newbeat-getting-ready.html (and possibly other developer documentation) only tells the user to install Go but doesn't mention the minimum version required.
I think that paragraph should include such information since Beats has specific Go compiler requirements (at least 1.9 must be used because of type aliases) and the error messages when your Go compiler is too old can be pretty confusing.
Another option could be to introduce a version check in one of the makefiles so that the build fails if a too-old compiler is used.
The text was updated successfully, but these errors were encountered: