Skip to content

Bump golang to 1.25.8#2830

Merged
gabedos merged 2 commits intomainfrom
levan-m/golang-bump
Mar 25, 2026
Merged

Bump golang to 1.25.8#2830
gabedos merged 2 commits intomainfrom
levan-m/golang-bump

Conversation

@levan-m
Copy link
Collaborator

@levan-m levan-m commented Mar 25, 2026

What does this PR do?

golang bump missed in #2789

VULN-59001

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?

  • Agent: vX.Y.Z
  • Cluster Agent: vX.Y.Z

Describe your test plan

Write there any instructions and details you may have to test your PR.

Checklist

  • PR has at least one valid label: bug, enhancement, refactoring, documentation, tooling, and/or dependencies
  • PR has a milestone or the qa/skip-qa label
  • All commits are signed (see: signing commits)

@levan-m levan-m added this to the v1.25.0 milestone Mar 25, 2026
@levan-m levan-m requested a review from a team March 25, 2026 19:01
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2bca9a820a

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@codecov-commenter
Copy link

codecov-commenter commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 38.74%. Comparing base (8c060c4) to head (10b6cb2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2830   +/-   ##
=======================================
  Coverage   38.74%   38.74%           
=======================================
  Files         311      311           
  Lines       26992    26992           
=======================================
  Hits        10459    10459           
  Misses      15755    15755           
  Partials      778      778           
Flag Coverage Δ
unittests 38.74% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c060c4...10b6cb2. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gabedos gabedos merged commit b931f03 into main Mar 25, 2026
38 checks passed
@gabedos gabedos deleted the levan-m/golang-bump branch March 25, 2026 20:08
@dd-octo-sts
Copy link

dd-octo-sts bot commented Mar 25, 2026

The backport to v1.25 failed:

The process '/usr/bin/git' failed with exit code 1

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.25 v1.25
# Navigate to the new working tree
cd .worktrees/backport-v1.25
# Create a new branch
git switch --create backport-2830-to-v1.25
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 b931f0303dd9b51f6f8301ed878212de7ccbc9a6
# Push it to GitHub
git push --set-upstream origin backport-2830-to-v1.25
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v1.25

Then, create a pull request where the base branch is v1.25 and the compare/head branch is backport-2830-to-v1.25.

gabedos pushed a commit that referenced this pull request Mar 25, 2026
* Bump golang to 1.25.8

* fix toolchain

(cherry picked from commit b931f03)
@gabedos gabedos mentioned this pull request Mar 25, 2026
3 tasks
gabedos added a commit that referenced this pull request Mar 25, 2026
* Bump golang to 1.25.8

* fix toolchain

(cherry picked from commit b931f03)

Co-authored-by: levan-m <116471169+levan-m@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants