Skip to content

chore: bump direct Go dependencies#3706

Merged
Sayt-0 merged 6 commits into
docker:mainfrom
dgageot:worktree-board-8b0a7e2f08eea860
Jul 17, 2026
Merged

chore: bump direct Go dependencies#3706
Sayt-0 merged 6 commits into
docker:mainfrom
dgageot:worktree-board-8b0a7e2f08eea860

Conversation

@dgageot

@dgageot dgageot commented Jul 17, 2026

Copy link
Copy Markdown
Member

Routine bump of direct Go dependencies. Each module was updated individually with lint and tests passing before moving to the next, so the history is bisectable.

google.golang.org/adk was intentionally skipped. Version v1.5.0 deprecates server/adka2a in favor of the new adka2a/v2 module path, which triggers staticcheck failures in the current codebase. That bump needs a code migration and will be handled separately.

Module From To Status
github.com/anthropics/anthropic-sdk-go v1.57.0 v1.58.0 bumped
github.com/aws/smithy-go v1.27.3 v1.27.4 bumped
github.com/docker/cli v29.6.1+incompatible v29.6.2+incompatible bumped
github.com/docker/portcullis v0.0.0-20260708112053-4399abc601ee v0.0.0-20260716075131-3d4d8c21f0db bumped
google.golang.org/adk v1.2.0 v1.5.0 skipped
google.golang.org/genai v1.63.0 v1.64.0 bumped
modernc.org/sqlite v1.53.0 v1.54.0 bumped

@dgageot
dgageot requested a review from a team as a code owner July 17, 2026 08:29

@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 version bump — only go.mod and go.sum are changed. All version increments are forward-only, the intentional google.golang.org/adk skip (held at v1.2.0) is correctly documented in the PR description, and the transitive modernc.org/libc bump (v1.73.4 → v1.74.1) aligns with the modernc.org/sqlite v1.53.0 → v1.54.0 direct bump. No logic changes, no structural issues found.

@Sayt-0
Sayt-0 merged commit 2dc2b73 into docker:main Jul 17, 2026
10 of 11 checks passed
@aheritier aheritier added area/deps Dependency updates and version bumps kind/chore Maintenance, deps, CI, tooling (maps to chore: commit prefix) labels Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/deps Dependency updates and version bumps 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