Skip to content

chore: bump direct Go dependencies#3801

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

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

Conversation

@dgageot

@dgageot dgageot commented Jul 23, 2026

Copy link
Copy Markdown
Member

Routine bump of direct Go dependencies. Each module was upgraded individually, with task lint and task test run after every change to confirm the tree stayed green.

The only test failures observed were pre-existing TestLoadExamples DMR cases that require Docker Model Runner at runtime; those fail on a clean checkout before any changes and are unrelated to this work.

One candidate — google.golang.org/adk — was skipped because the new release deprecates adka2a in favour of adka2a/v2 and migrates to an iterator-based Executor API, which requires a non-trivial code migration. That will be handled separately.

Module From To Status
github.com/anthropics/anthropic-sdk-go v1.58.1 v1.59.0 bumped
github.com/docker/portcullis v0.0.0-20260716075131-3d4d8c21f0db v1.0.0 bumped
github.com/dop251/goja v0.0.0-20260721123636-c65cf2f023c8 v0.0.0-20260722130236-0768e0998ac0 bumped
github.com/openai/openai-go/v3 v3.44.0 v3.45.0 bumped
google.golang.org/adk v1.2.0 v1.5.1 skipped — lint failure (adka2a deprecated in favour of adka2a/v2; requires code migration to iterator-based Executor API)
google.golang.org/genai v1.64.0 v1.65.0 bumped

@dgageot
dgageot requested a review from a team as a code owner July 23, 2026 10:27

@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

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

4 participants