Skip to content

chore: bump go.yaml.in/yaml/v4 and modernc.org/sqlite#3195

Open
dgageot wants to merge 2 commits into
docker:mainfrom
dgageot:worktree-board-e523948e54cf6158
Open

chore: bump go.yaml.in/yaml/v4 and modernc.org/sqlite#3195
dgageot wants to merge 2 commits into
docker:mainfrom
dgageot:worktree-board-e523948e54cf6158

Conversation

@dgageot

@dgageot dgageot commented Jun 22, 2026

Copy link
Copy Markdown
Member

Routine dependency bumps validated with task lint and task test.

go.yaml.in/yaml/v4 moves from v4.0.0-rc.5 to v4.0.0-rc.6, and modernc.org/sqlite moves from v1.52.0 to v1.53.0. Both are drop-in upgrades with no API changes affecting this codebase.

google.golang.org/adk was considered for bumping to v1.4.0 but skipped: that release deprecates the server/adka2a package used in pkg/a2a in favour of adka2a/v2, causing staticcheck SA1019 lint failures that require a non-trivial migration.

Module From To Status
go.yaml.in/yaml/v4 v4.0.0-rc.5 v4.0.0-rc.6 bumped
google.golang.org/adk v1.2.0 v1.4.0 skipped — lint failure (adka2a deprecated, needs adka2a/v2 migration)
modernc.org/sqlite v1.52.0 v1.53.0 bumped

@dgageot dgageot requested a review from a team as a code owner June 22, 2026 09:08

@docker-agent docker-agent left a comment

Copy link
Copy Markdown

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 — no issues found.

Module From To
go.yaml.in/yaml/v4 v4.0.0-rc.5 v4.0.0-rc.6
modernc.org/sqlite v1.52.0 v1.53.0

Both are drop-in upgrades touching only go.mod and go.sum. The transitive dependency chain (modernc.org/libc, modernc.org/cc/v4, modernc.org/ccgo/v4, modernc.org/gc/v3) is updated consistently. No application logic is modified, and the go.sum checksums are consistent with the version bumps. No bugs, security issues, or API-breaking changes detected.

The intentional skip of google.golang.org/adk v1.4.0 is well-documented in the PR description.

@docker-agent docker-agent left a comment

Copy link
Copy Markdown

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 — go.mod and go.sum only. All six updated packages (modernc.org/sqlite, modernc.org/libc, modernc.org/cc/v4, modernc.org/ccgo/v4, modernc.org/gc/v3, go.yaml.in/yaml/v4) have matching h1: hash pairs and are fully in sync between go.mod and go.sum. No orphaned or missing checksums detected. No code changes; no bugs or integrity issues found.

@aheritier aheritier added area/deps Dependency updates and version bumps kind/chore Maintenance, deps, CI, tooling (maps to chore: commit prefix) labels Jun 22, 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.

3 participants