chore: bump direct Go dependencies#2980
Merged
Merged
Conversation
Assisted-By: docker-agent
Assisted-By: docker-agent
… to v1.53.3 Assisted-By: docker-agent
…a0bc to v0.0.0-20260602141607-f40f36dfd646 Assisted-By: docker-agent
docker-agent
reviewed
Jun 3, 2026
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
Reviewed dependency bump for go.mod / go.sum.
Scope: AWS SDK v2 ecosystem patch bumps + github.com/docker/portcullis pseudo-version update.
Checks performed:
- ✅ All bumped
go.modversions have matchingh1:and/go.mod h1:hashes ingo.sum; old entries correctly removed - ✅ AWS SDK v2 internal packages (
configsources,endpoints/v2,internal/v4a,eventstream,ec2/imds,presigned-url,accept-encoding,signin,sso,ssooidc,sts,credentials,config, core) bumped together consistently - ✅
smithy-gobumped tov1.27.0— correct foundational dependency for this AWS SDK version - ✅
docker/portcullispseudo-version updated with both hash entries present - ✅ Intentionally skipped deps (
acp-go-sdk,google.golang.org/adk) are untouched
No issues found. The changes are safe to merge.
melmennaoui
approved these changes
Jun 3, 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.
This PR updates direct Go dependencies to their latest stable versions. All bumps were validated with linting and tests to ensure no breaking changes or regressions are introduced.
Four dependencies were successfully bumped:
github.com/aws/aws-sdk-go-v2(v1.41.9 → v1.41.11),github.com/aws/aws-sdk-go-v2/config(v1.32.20 → v1.32.22, which also updated transitive deps),github.com/aws/aws-sdk-go-v2/service/bedrockruntime(v1.53.1 → v1.53.3), andgithub.com/docker/portcullis(latest pseudo-version bump).Two dependencies were identified as having breaking changes and were skipped pending further work:
Agent.Logoutinterface method breaks our*Agentserver/adka2ain favor ofadka2a/v2(requires migration)