Skip to content

chore: bump direct Go dependencies#2926

Merged
dgageot merged 4 commits into
docker:mainfrom
dgageot:board/f3e5666aaf4f21d7
May 29, 2026
Merged

chore: bump direct Go dependencies#2926
dgageot merged 4 commits into
docker:mainfrom
dgageot:board/f3e5666aaf4f21d7

Conversation

@dgageot
Copy link
Copy Markdown
Member

@dgageot dgageot commented May 29, 2026

This PR bumps several direct Go module dependencies to the latest available versions, bringing in bug fixes and improvements.

Each dependency bump has been validated with the full test suite and linter to ensure no breaking changes or new issues are introduced. The transitive dependencies pulled in by config (credentials and sts) have also been verified.

One additional bump was attempted for google.golang.org/adk (v1.2.0 to v1.3.0) but was skipped due to a lint failure — the newer version deprecates the server/adka2a package which is currently used in pkg/a2a/server.go.

Dependency summary

Module From To Status
github.com/alecthomas/chroma/v2 v2.26.0 v2.26.1 bumped
github.com/aws/aws-sdk-go-v2 v1.41.7 v1.41.8 bumped
github.com/aws/aws-sdk-go-v2/config v1.32.18 v1.32.19 bumped
github.com/aws/aws-sdk-go-v2/credentials v1.19.17 v1.19.18 bumped (via config)
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.52.0 v1.53.0 bumped
github.com/aws/aws-sdk-go-v2/service/sts v1.42.1 v1.42.2 bumped (via config)
google.golang.org/adk v1.2.0 v1.3.0 skipped — lint failure (deprecates server/adka2a)

@dgageot dgageot requested a review from a team as a code owner May 29, 2026 08:43
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 between go.mod and go.sum, old hashes are properly removed and new hashes added with no stale or duplicate entries. The intentional hold on google.golang.org/adk at v1.2.0 is reflected correctly. No bugs or inconsistencies found in the changed lines.

@aheritier aheritier added dependencies Pull requests that update a dependency file kind/chore Maintenance, deps, CI, tooling (maps to chore: commit prefix) area/agent For work that has to do with the general agent loop/agentic features of the app labels May 29, 2026
@dgageot dgageot merged commit 7723997 into docker:main May 29, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/agent For work that has to do with the general agent loop/agentic features of the app 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