Skip to content

chore: bump direct Go dependencies#3507

Merged
dgageot merged 4 commits into
docker:mainfrom
dgageot:bump-go-deps-2026-07-07
Jul 7, 2026
Merged

chore: bump direct Go dependencies#3507
dgageot merged 4 commits into
docker:mainfrom
dgageot:bump-go-deps-2026-07-07

Conversation

@dgageot

@dgageot dgageot commented Jul 7, 2026

Copy link
Copy Markdown
Member

Routine dependency maintenance: bump four direct Go dependencies to their latest releases. All changes are in go.mod and go.sum only, with no code modifications required.

Each bump was validated individually with task lint and task test (excluding pkg/memory/database/sqlite, which has a pre-existing SQLITE_BUSY failure on the main checkout unrelated to these changes).

Module From To Status
github.com/aws/aws-sdk-go-v2/config v1.32.27 v1.32.28 bumped
github.com/aws/aws-sdk-go-v2/credentials v1.19.26 v1.19.27 bumped (pulled in by config)
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.54.2 v1.55.0 bumped
github.com/aws/aws-sdk-go-v2/service/sts v1.43.5 v1.44.0 bumped (pulled in by config)
github.com/junegunn/fzf v0.73.1 v0.74.0 bumped
github.com/zclconf/go-cty v1.18.1 v1.19.0 bumped
google.golang.org/adk v1.2.0 v1.5.0 skipped — lint failure (SA1019: adka2a deprecated in favor of adka2a/v2, requires code migration)

google.golang.org/adk was skipped because v1.3.0+ deprecates server/adka2a (used in pkg/a2a), tripping staticcheck SA1019. Migrating to adka2a/v2 requires rewriting pkg/a2a/executor_wrapper.go to use the iterator-based Execute API and deserves a dedicated PR.

dgageot added 4 commits July 7, 2026 13:47
Also bumps credentials to v1.19.27 and sts to v1.44.0 (required by config).

Assisted-By: docker-agent
@dgageot dgageot requested a review from a team as a code owner July 7, 2026 12:01

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

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 six library upgrades look clean.

Reviewed:

  • aws-sdk-go-v2/config v1.32.27 → v1.32.28, with consistent co-bumps of credentials v1.19.27, sts v1.44.0, signin v1.3.0, sso v1.32.0, ssooidc v1.37.0 — the full AWS SDK cohort moves together as expected.
  • bedrockruntime v1.54.2 → v1.55.0 — minor bump, no breaking public API changes in the Go SDK at this version.
  • fzf v0.73.1 → v0.74.0 — stable Go library API, no breaking changes for this increment.
  • go-cty v1.18.1 → v1.19.0 — backward-compatible within the v1 series; the new go-textseg/v17 indirect dependency (replacing v15) is expected and both major versions are retained in go.mod correctly when different transitive paths require them.

No version downgrades, no missing transitive updates, no checksum concerns, and no breaking API changes affecting the codebase were found.

@dgageot dgageot merged commit 7a147f1 into docker:main Jul 7, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants