Skip to content

chore(deps): runtime go runtime go1.26.1 → go1.26.2 - #1064

Merged
aymericDD merged 2 commits into
mainfrom
engraver-auto-version-upgrade/eol-runtime/go/0-1776108958
Apr 14, 2026
Merged

chore(deps): runtime go runtime go1.26.1 → go1.26.2 #1064
aymericDD merged 2 commits into
mainfrom
engraver-auto-version-upgrade/eol-runtime/go/0-1776108958

Conversation

@gh-worker-campaigns-3e9aa4

Copy link
Copy Markdown
Contributor

Summary: Runtime update — 1 package upgraded (MAJOR changes included)

Manifests changed:

  • . (go)

✅ Action Required: Please review the changes below. If they look good, approve and merge this PR.


Runtime Upgrade

This update includes a go runtime upgrade.

What changed in go.mod

The toolchain directive specifies which Go version to use when building this module. Adding it is best practice — it keeps local development in sync with CI and makes the intended Go version explicit. Build systems that manage their own Go installation may ignore this directive.

The toolchain directive controls only the Go binary used for compilation. Language features remain governed by the go directive in go.mod, which the owning team should bump when ready to adopt a newer language version.

Updates

Package From To Type
go runtime go1.26.1 go1.26.2 runtime

Runtime Related Updates

These files were updated to match the new Go runtime version:

File Status Details
bin/handler/Dockerfile Action Required Uses variable-based tag. Update the ARG/ENV definition to Go 1.26.2.
bin/injector/Dockerfile Action Required Uses variable-based tag. Update the ARG/ENV definition to Go 1.26.2.
bin/manager/Dockerfile Action Required Uses variable-based tag. Update the ARG/ENV definition to Go 1.26.2.
Makefile Updated BUILDGOVERSION = 1.26.1BUILDGOVERSION = 1.26.2

Action Required

The following files could not be updated automatically:

  • bin/handler/Dockerfile: Uses variable-based tag. Update the ARG/ENV definition to Go 1.26.2.
  • bin/injector/Dockerfile: Uses variable-based tag. Update the ARG/ENV definition to Go 1.26.2.
  • bin/manager/Dockerfile: Uses variable-based tag. Update the ARG/ENV definition to Go 1.26.2.

Review Checklist

Standard review:

  • Review changes for compatibility with your code
  • Check for breaking changes in release notes
  • Run tests locally or wait for CI
  • Approve and merge this PR

Update Mode: Runtime EOL Upgrade

🤖 Generated by DataDog Automated Dependency Management System

@datadog-official

datadog-official Bot commented Apr 13, 2026

Copy link
Copy Markdown

✅ Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 38.46% (-0.03%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: ab28640 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback!

The Makefile BUILDGOVERSION was updated but the Dockerfile ARG defaults
were still at 1.25.6. These defaults are used when building without the
Makefile (standalone docker build).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@aymericDD
aymericDD merged commit 4445ec8 into main Apr 14, 2026
13 checks passed
@aymericDD
aymericDD deleted the engraver-auto-version-upgrade/eol-runtime/go/0-1776108958 branch April 14, 2026 08:00
Zenithar pushed a commit that referenced this pull request Jun 1, 2026
* Executing automated changes

* Update Dockerfile ARG BUILDGOVERSION defaults to 1.26.2

The Makefile BUILDGOVERSION was updated but the Dockerfile ARG defaults
were still at 1.25.6. These defaults are used when building without the
Makefile (standalone docker build).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: gh-worker-campaigns-3e9aa4[bot] <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com>
Co-authored-by: Sean Meyer <sean.meyer@datadoghq.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Zenithar pushed a commit that referenced this pull request Jun 3, 2026
* Executing automated changes

* Update Dockerfile ARG BUILDGOVERSION defaults to 1.26.2

The Makefile BUILDGOVERSION was updated but the Dockerfile ARG defaults
were still at 1.25.6. These defaults are used when building without the
Makefile (standalone docker build).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: gh-worker-campaigns-3e9aa4[bot] <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com>
Co-authored-by: Sean Meyer <sean.meyer@datadoghq.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.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.

2 participants