build(deps): move docker to 28.5 for testcontainers 0.44, tune groups - #4053
Open
rickstaa wants to merge 1 commit into
Open
build(deps): move docker to 28.5 for testcontainers 0.44, tune groups#4053rickstaa wants to merge 1 commit into
rickstaa wants to merge 1 commit into
Conversation
This was referenced Sep 8, 2026
rickstaa
force-pushed
the
build/docker-28-testcontainers
branch
from
September 9, 2026 05:33
1fd62bb to
3457e0d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4053 +/- ##
===================================================
- Coverage 39.88785% 39.87771% -0.01014%
===================================================
Files 174 174
Lines 39413 39413
===================================================
- Hits 15721 15717 -4
- Misses 23692 23696 +4 see 2 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
testcontainers 0.44 requires go-connections 0.7, which docker/docker 27 does not build against. docker/docker and docker/cli move to 28.5.2, the last release on this module path. Dependabot config: gnark-crypto moves with go-ethereum in both streams and both are excluded from the routine group, since the first grouped PRs put go-ethereum there anyway. go-tools is ignored because the pinned minio branch is newer than every tag, docker/cli 29 until the worker moves to moby/moby, and ubuntu because LTS moves are manual.
rickstaa
force-pushed
the
build/docker-28-testcontainers
branch
from
September 9, 2026 06:02
3457e0d to
80910d3
Compare
Member
Author
|
@j0sh, tested |
This was referenced Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split out of the grouped Dependabot updates because Dependabot cannot resolve it on its own.
testcontainers 0.44 requires go-connections 0.7, and docker/docker 27.3.1 does not build against it. docker/docker and docker/cli move to 28.5.2, the last release on this module path before the project moved to moby/moby. go-archive follows to 0.2.0. go.mod only.
Dependabot config changes, based on what the first grouped PRs did:
Build, all test packages, and the ai/worker and server suites pass locally.