You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments