Update github.com/go-json-experiment/json digest to d219187#49573
Update github.com/go-json-experiment/json digest to d219187#49573renovate[bot] wants to merge 1 commit intomainfrom
Conversation
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a2cdcc210d
ℹ️ 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".
| module github.com/DataDog/datadog-agent | ||
|
|
||
| go 1.25.8 | ||
| go 1.26 |
There was a problem hiding this comment.
Keep root go directive aligned with workspace toolchain
Updating the root module to go 1.26 without updating workspace/toolchain files introduces a build-breaking mismatch: go.work still declares go 1.25.9 at line 1, and Go requires the workspace version to be at least as high as every used module, including .. In this state, workspace commands fail with the standard module . ... requires go >= 1.26, but go.work lists go 1.25.9 error, so a dependency-only digest bump unexpectedly forces a partial toolchain upgrade and breaks normal CI/dev flows until go.work (and related version pins) are updated together.
Useful? React with 👍 / 👎.
a2cdcc2 to
c483c74
Compare
c483c74 to
746c594
Compare
This PR contains the following updates:
2591245→d219187Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.