Update to Kubernetes 1.33.0 and Go 1.24.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2025-04-28 14:55:26 +03:00
parent e9e15c5f7a
commit 8816c5f7de
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
25 changed files with 625 additions and 575 deletions

View file

@ -55,7 +55,7 @@ var getImageAllCmd = &cobra.Command{
for _, c := range allImageCmd {
if err := c.run(cmd, args); err != nil {
logger.Failuref(err.Error())
logger.Failuref("%s", err.Error())
}
}