Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Conversation

@doringeman
Copy link
Collaborator

Fix non-constant format string.

$ go vet ./...
# github.com/docker/model-cli/commands
# [github.com/docker/model-cli/commands]
commands/compose.go:132:15: non-constant format string in call to fmt.Printf
commands/run.go:97:5: non-constant format string in call to fmt.Errorf
commands/run.go:103:22: non-constant format string in call to fmt.Errorf
commands/unload.go:43:6: non-constant format string in call to fmt.Errorf
commands/unload.go:52:5: non-constant format string in call to fmt.Errorf

@doringeman doringeman requested a review from a team June 30, 2025 13:58
@doringeman doringeman merged commit f2856e0 into docker:main Jun 30, 2025
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants