chore: bump go dependencies#3033
Merged
Merged
Conversation
…2.5.2 Assisted-By: docker-agent
Assisted-By: docker-agent
Assisted-By: docker-agent
Assisted-By: docker-agent
… to v1.53.5 Assisted-By: docker-agent
Assisted-By: docker-agent
…o v0.0.0-20260607120635-348e6bea910d Assisted-By: docker-agent
Assisted-By: docker-agent
Assisted-By: docker-agent
Assisted-By: docker-agent
Assisted-By: docker-agent
Assisted-By: docker-agent
gtardif
approved these changes
Jun 9, 2026
docker-agent
reviewed
Jun 9, 2026
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
Reviewed dependency bump PR: 15 direct Go module dependencies updated in go.mod / go.sum.
Summary of analysis:
- All bumped versions are minor/patch increments (no major version changes).
go.sumentries are consistent with thego.modversion constraints — old hashes removed, new hashes present.- No transitive dependency downgrade patterns detected.
- The RC dependency (
go.yaml.in/yaml/v4rc.4 → rc.5) is a controlled pre-release progression with no instability signals in the diff. - The skipped
google.golang.org/adkbump (v1.4.0) is correctly excluded; thego.modretains v1.2.0 and no v1.4.0 entries appear ingo.sum. - No breaking API changes or known regressions were identified across the bumped packages.
No issues found. Changes look correct and safe to merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates 15 direct Go module dependencies to their latest versions. Each dependency was bumped in a separate commit and validated with lint and test to ensure stability and catch any compatibility issues early.
The vast majority of dependencies updated without issue. One skipped update requires follow-up work:
google.golang.org/adkv1.4.0 deprecatesserver/adka2ain favor ofadka2a/v2, which is used inpkg/a2a/server.goand requires a separate code migration. This will be addressed in a follow-up PR.