mirror of
https://github.com/moby/moby.git
synced 2026-06-30 19:58:03 +00:00
These started producing an error with go1.26;
daemon/builder/dockerfile/dispatchers.go:478:65: fmt.Sprintf format %q has arg runConfig.Healthcheck of wrong type *github.com/moby/moby/api/types/container.HealthConfig
daemon/daemon_test.go:291:23: (*testing.common).Fatalf format %q has arg 0 of wrong type int
daemon/internal/streamformatter/streamformatter.go:97:44: non-constant format string in call to (github.com/moby/moby/v2/daemon/internal/streamformatter.formatProgress).formatStatus
internal/testutil/daemon/daemon.go:814:128: (github.com/moby/moby/v2/internal/testutil/daemon.LogT).Logf format %d reads arg #3, but call has 2 args
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>