Skip to content

Update Golang to 1.26.7 - #3392

Merged
tbavelier merged 1 commit into
mainfrom
tbavelier/golang-1.26.7
Aug 24, 2026
Merged

Update Golang to 1.26.7#3392
tbavelier merged 1 commit into
mainfrom
tbavelier/golang-1.26.7

Conversation

@tbavelier

Copy link
Copy Markdown
Member

What does this PR do?

Title

Motivation

CVEs

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)

@tbavelier tbavelier added this to the v1.30.0 milestone Aug 24, 2026
@tbavelier tbavelier added dependencies Pull requests that update a dependency file qa/skip-qa labels Aug 24, 2026
@datadog-datadog-prod-us1

This comment has been minimized.

@tbavelier
tbavelier marked this pull request as ready for review August 24, 2026 12:55
@tbavelier
tbavelier requested a review from a team August 24, 2026 12:55
@tbavelier
tbavelier merged commit ae9eacd into main Aug 24, 2026
75 of 82 checks passed
@tbavelier
tbavelier deleted the tbavelier/golang-1.26.7 branch August 24, 2026 14:46
@dd-octo-sts

dd-octo-sts Bot commented Aug 24, 2026

Copy link
Copy Markdown

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

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

tbavelier added a commit that referenced this pull request Aug 25, 2026
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.

2 participants