-
Notifications
You must be signed in to change notification settings - Fork 129
Bump golang to 1.25.5 #2382
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
Bump golang to 1.25.5 #2382
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2382 +/- ##
=======================================
Coverage 36.90% 36.90%
=======================================
Files 286 286
Lines 24116 24116
=======================================
Hits 8900 8900
Misses 14518 14518
Partials 698 698
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
tbavelier
left a comment
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.
LGTM, dev container tag dev-1.25 is not ready yet upstream (is 1.25.4) but non blocker
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v1.21 v1.21
# Navigate to the new working tree
cd .worktrees/backport-v1.21
# Create a new branch
git switch --create backport-2382-to-v1.21
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 34cf6c8205e2edf24d626d441e637eb648037a9f
# Push it to GitHub
git push --set-upstream origin backport-2382-to-v1.21
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v1.21Then, create a pull request where the |
1 similar comment
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v1.21 v1.21
# Navigate to the new working tree
cd .worktrees/backport-v1.21
# Create a new branch
git switch --create backport-2382-to-v1.21
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 34cf6c8205e2edf24d626d441e637eb648037a9f
# Push it to GitHub
git push --set-upstream origin backport-2382-to-v1.21
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v1.21Then, create a pull request where the |
* Bump golang to 1.25.5 * revert devcontainer change * fix missing go update --------- Co-authored-by: Timothée Bavelier <[email protected]> Co-authored-by: Timothée Bavelier <[email protected]>
* Bump golang to 1.25.5 * revert devcontainer change * fix missing go update --------- Co-authored-by: Timothée Bavelier <[email protected]> Co-authored-by: Timothée Bavelier <[email protected]>
What does this PR do?
Addressing vulnerability https://datadoghq.atlassian.net/browse/VULN-13483
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Minimum Agent Versions
Are there minimum versions of the Datadog Agent and/or Cluster Agent required?
Describe your test plan
Write there any instructions and details you may have to test your PR.
Checklist
bug,enhancement,refactoring,documentation,tooling, and/ordependenciesqa/skip-qalabel