chore(deps): runtime go runtime go1.25.9 → go1.26.2 #2923
chore(deps): runtime go runtime go1.25.9 → go1.26.2 #2923gh-worker-campaigns-3e9aa4[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2923 +/- ##
=======================================
Coverage 41.41% 41.41%
=======================================
Files 327 327
Lines 28891 28891
=======================================
Hits 11964 11964
Misses 16072 16072
Partials 855 855
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:
|
|
🎯 Code Coverage (details) 🔗 Commit SHA: 3ff4b1f | Docs | Datadog PR Page | Give us feedback! |
Auto-rebase completeBranch is up to date with Auto-Rebase · Add |
73fba60 to
e9b54e3
Compare
Co-authored-by: dd-octo-sts-4caf68[bot] <266798483+dd-octo-sts-4caf68[bot]@users.noreply.github.com>
e9b54e3 to
3ff4b1f
Compare
Auto-rebase failed: unresolvable conflictsThe following files contain non-dependency changes that cannot be automatically resolved:
Please rebase manually. Auto-Rebase · Add |
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.modThe
toolchaindirective 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
toolchaindirective controls only the Go binary used for compilation. Language features remain governed by thegodirective ingo.mod, which the owning team should bump when ready to adopt a newer language version.Updates
Runtime Related Updates
These files were updated to match the new Go runtime version:
.gitlab-ci.ymlregistry.ddbuild.io/images/mirror/library/golang:1.25.9→registry.ddbuild.io/images/mirror/library/golang:1.26.2Dockerfilegolang:1.25.9→golang:1.26.2check-operator.Dockerfilegolang:1.25.9→golang:1.26.2Review Checklist
Standard review:
Update Mode: Runtime EOL Upgrade
🤖 Generated by DataDog Automated Dependency Management System