Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace non-constant format string with fmt.Fprintln
Go 1.24 introduces stricter checks for format string validation. This commit replaces a non-constant format string in a call to `fmt.Printf` with `fmt.Fprintln`, ensuring compliance with the new checks. Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
- Loading branch information