cli/pkg/cmd/auth/token
Mikel Olasagasti Uranga 4396e40a31 Fix: Ensure constant format strings in fmt and printf calls
Go 1.24 introduces stricter checks for format string validation.
This commit fixes instances where non-constant format strings were
used in calls to functions like `fmt.Errorf`, `fmt.Printf`, and similar.

Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
2025-01-20 16:27:27 +01:00
..
token.go Fix: Ensure constant format strings in fmt and printf calls 2025-01-20 16:27:27 +01:00
token_test.go Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00