chore: bump direct Go dependencies#2941
Merged
Merged
Conversation
Assisted-By: docker-agent
Assisted-By: docker-agent
… to v1.53.1 Assisted-By: docker-agent
…ace7 to v0.0.0-20260529163507-412383f2a0bc Assisted-By: docker-agent
Assisted-By: docker-agent
docker-agent
reviewed
Jun 1, 2026
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
Routine dependency bump — all version increments are consistent and internally coherent across go.mod and go.sum.
Checked:
- AWS SDK v2 core, config, credentials, bedrockruntime, and sts bumped in lockstep; all transitive modules (configsources, endpoints/v2, eventstream, ec2/imds, presigned-url, sso, ssooidc, etc.) updated consistently.
docker/portcullispseudo-version bump is consistent —go.sumupdated with the new commit hash; shared/go.modhash between old and new versions is expected when the module's owngo.moddid not change.mattn/go-runewidthv0.0.24 reuses the same/go.modhash as v0.0.23 — normal for a patch that doesn't alter the module's owngo.mod.google.golang.org/adkintentionally skipped (would require migration fromadka2a→adka2a/v2); not a concern.- No orphaned hashes, no version mismatches, no missing entries.
No bugs found in the changed code.
trungutt
approved these changes
Jun 1, 2026
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.
What
Bump direct Go dependencies one by one, each validated with
task lintandtask test.Notes
aws-sdk-go-v2/configbump also pulledcredentialsandststo their latest versions.google.golang.org/adkv1.4.0 was skipped: it deprecates theadka2apackage in favor ofadka2a/v2, which fails the linter and requires a code migration beyond a simple version bump.