Skip to content

chore: bump direct Go dependencies#2941

Merged
dgageot merged 5 commits into
docker:mainfrom
dgageot:board/e29fee9d00a403d6
Jun 1, 2026
Merged

chore: bump direct Go dependencies#2941
dgageot merged 5 commits into
docker:mainfrom
dgageot:board/e29fee9d00a403d6

Conversation

@dgageot
Copy link
Copy Markdown
Member

@dgageot dgageot commented Jun 1, 2026

What

Bump direct Go dependencies one by one, each validated with task lint and task test.

Module From To Status
github.com/aws/aws-sdk-go-v2 v1.41.8 v1.41.9 bumped
github.com/aws/aws-sdk-go-v2/config v1.32.19 v1.32.20 bumped
github.com/aws/aws-sdk-go-v2/credentials v1.19.18 v1.19.19 bumped (via config)
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.53.0 v1.53.1 bumped
github.com/aws/aws-sdk-go-v2/service/sts v1.42.2 v1.42.3 bumped (via config)
github.com/docker/portcullis v0.0.0-20260526171634-3105c185ace7 v0.0.0-20260529163507-412383f2a0bc bumped
github.com/mattn/go-runewidth v0.0.23 v0.0.24 bumped
google.golang.org/adk v1.2.0 v1.4.0 skipped

Notes

  • The aws-sdk-go-v2/config bump also pulled credentials and sts to their latest versions.
  • google.golang.org/adk v1.4.0 was skipped: it deprecates the adka2a package in favor of adka2a/v2, which fails the linter and requires a code migration beyond a simple version bump.

@dgageot dgageot requested a review from a team as a code owner June 1, 2026 10:06
Copy link
Copy Markdown

@docker-agent docker-agent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/portcullis pseudo-version bump is consistent — go.sum updated with the new commit hash; shared /go.mod hash between old and new versions is expected when the module's own go.mod did not change.
  • mattn/go-runewidth v0.0.24 reuses the same /go.mod hash as v0.0.23 — normal for a patch that doesn't alter the module's own go.mod.
  • google.golang.org/adk intentionally skipped (would require migration from adka2aadka2a/v2); not a concern.
  • No orphaned hashes, no version mismatches, no missing entries.

No bugs found in the changed code.

@aheritier aheritier added dependencies Pull requests that update a dependency file kind/chore Maintenance, deps, CI, tooling (maps to chore: commit prefix) area/providers For features/issues/fixes related to LLM providers (Bedrock, LiteLLM, Qwen, custom, etc.) area/providers/bedrock AWS Bedrock provider support area/tui For features/issues/fixes related to the TUI labels Jun 1, 2026
@dgageot dgageot merged commit 8de9c75 into docker:main Jun 1, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/providers/bedrock AWS Bedrock provider support area/providers For features/issues/fixes related to LLM providers (Bedrock, LiteLLM, Qwen, custom, etc.) area/tui For features/issues/fixes related to the TUI dependencies Pull requests that update a dependency file kind/chore Maintenance, deps, CI, tooling (maps to chore: commit prefix)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants