Skip to content

chore: bump direct Go dependencies - #3816

Merged
dgageot merged 5 commits into
docker:mainfrom
dgageot:bump-go-dependencies
Jul 24, 2026
Merged

chore: bump direct Go dependencies#3816
dgageot merged 5 commits into
docker:mainfrom
dgageot:bump-go-dependencies

Conversation

@dgageot

@dgageot dgageot commented Jul 24, 2026

Copy link
Copy Markdown
Member

Routine bump of direct Go dependencies to their latest patch or minor versions, validated individually with task lint and task test.

Five modules were updated: github.com/anthropics/anthropic-sdk-go v1.59.0→v1.60.0, github.com/dop251/goja to the latest snapshot, github.com/mattn/go-isatty v0.0.23→v0.0.24, github.com/mattn/go-runewidth v0.0.24→v0.0.27, and github.com/openai/openai-go/v3 v3.45.0→v3.46.0. Each bump is a separate commit. The google.golang.org/adk bump to v1.5.1 was attempted but reverted: that release deprecates server/adka2a in favor of adka2a/v2, an iterator-based API built on a2a-go/v2 that requires a real migration of pkg/a2a — out of scope here.

Two pre-existing TestLoadExamples failures (dmr.yaml, unload_on_switch.yaml) also fail on the baseline; they require Docker Model Runner running locally and are unrelated to these bumps.

Module From To Status
github.com/anthropics/anthropic-sdk-go v1.59.0 v1.60.0 bumped
github.com/dop251/goja v0.0.0-20260722130236-0768e0998ac0 v0.0.0-20260723142020-b4aef50fa347 bumped
github.com/mattn/go-isatty v0.0.23 v0.0.24 bumped
github.com/mattn/go-runewidth v0.0.24 v0.0.27 bumped
github.com/openai/openai-go/v3 v3.45.0 v3.46.0 bumped
google.golang.org/adk v1.2.0 v1.5.1 skipped — deprecates adka2a in favor of adka2a/v2; requires migrating pkg/a2a

@dgageot
dgageot requested a review from a team as a code owner July 24, 2026 05:49

@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 with no issues found. All five module updates are minor or patch increments with stable APIs. The go.mod and go.sum changes are consistent and well-formed.

@aheritier aheritier added area/deps Dependency updates and version bumps kind/chore Maintenance, deps, CI, tooling (maps to chore: commit prefix) labels Jul 24, 2026
@dgageot
dgageot merged commit 0ec63ca into docker:main Jul 24, 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

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.

3 participants