-
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
Update Go version to 1.16.4 #25671
Update Go version to 1.16.4 #25671
Conversation
Pinging @elastic/agent (Team:Agent) |
💚 Build Succeeded
Expand to view the summary
Build stats
Trends 🧪❕ Flaky test reportNo test was executed to be analysed. |
jenkins run tests |
7ec0ba7
to
85ed551
Compare
This pull request is now in conflicts. Could you fix it? 🙏
|
The PR LGTM. Could you please open two issues for the two flaky tests and disable them? |
LGTM. It's just one flaky test. The second is the 'parent' test that is automatically marked as failed. |
Please add an entry to the breaking changes section in |
jenkins run tests |
CHANGELOG-developer.next.asciidoc
Outdated
@@ -113,4 +114,5 @@ The list below covers the major changes between 7.0.0-rc2 and master only. | |||
- Update Go version to 1.15.9. {pull}24442[24442] | |||
- Update Go version to 1.15.10. {pull}24606[24606] | |||
- Update Go version to 1.15.12. {pull}25629[25629] | |||
- Update Go version to 1.16.4. {issue}25346[25346] |
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.
Please also add a reference to the PR.
/test |
/test |
/test |
/packaging |
/test |
/packaging |
/test |
/test |
1 similar comment
/test |
Failing tests are unrelated. |
Looks good. We can merge the PR as is. |
Update to go v1.16.4. Change MacOS cross compile to use debian 10 image and 10.14 of the SDK. Fix arm7 packaging. (cherry picked from commit 4dc5285) # Conflicts: # libbeat/docs/version.asciidoc
* Update Go version to 1.16.4 (#25671) Update to go v1.16.4. Change MacOS cross compile to use debian 10 image and 10.14 of the SDK. Fix arm7 packaging. (cherry picked from commit 4dc5285) # Conflicts: # libbeat/docs/version.asciidoc * update version.asciidoc Co-authored-by: Michel Laterman <[email protected]>
What does this PR do?
Update the version of Go being used to 1.16.4
Checklist
My code follows the style guidelines of this projectI have commented my code, particularly in hard-to-understand areasI have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues