Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ require (
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/dlclark/regexp2 v1.12.0 // indirect
github.com/docker/cli v29.6.1+incompatible // indirect
github.com/docker/docker v28.5.2+incompatible // indirect
github.com/docker/docker v29.3.1+incompatible // indirect

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove the stale Docker replace before claiming v29

This require bump is currently ineffective because the existing replace github.com/docker/docker => ... v28.5.3-0... at go.mod:1184 still forces all builds to resolve github.com/docker/docker to the v28 pseudo-version instead of v29.3.1. In the current state the PR advertises and records a v29 upgrade, but dda inv/Go module resolution will continue compiling against the pinned v28 branch, so the intended SDK upgrade and any related validation will not actually happen until the replace is removed or updated.

Useful? React with 👍 / 👎.

github.com/docker/docker-credential-helpers v0.9.4 // indirect
github.com/docker/go-connections v0.7.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
Expand Down
Loading