cli/pkg/cmd/auth
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
..
gitcredential Add error to auth refresh when active user does not match newly authenticated token user 2023-12-06 16:51:48 -04:00
login Update pkg/cmd/auth/login/login.go 2025-01-06 17:21:02 +01:00
logout Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
refresh Update gh auth commands to point to GitHub Docs 2024-12-12 11:03:57 -05:00
setupgit Enhance gh repo create docs, fix random cmd link 2024-09-16 13:42:51 -04:00
shared Fix ssh directory 2024-11-06 16:13:29 +00:00
status Expand active test cases 2024-08-30 10:57:51 -04:00
switch Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
token Fix: Ensure constant format strings in fmt and printf calls 2025-01-20 16:27:27 +01:00
auth.go Implement auth switch 2023-12-06 14:06:28 +01:00