Files
moby/daemon/builder
Sebastiaan van Stijn 5d143db66b fix formatting strings for go1.26
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>
2026-04-21 15:59:27 +02:00
..
2026-01-24 17:16:05 +01:00