diff --git a/.travis.yml b/.travis.yml index 533dd765..1e71c11c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go_import_path: github.com/derailed/k9s go: - - "1.13" + - "1.15" os: - linux diff --git a/internal/ui/action.go b/internal/ui/action.go index a98da5ef..072f5802 100644 --- a/internal/ui/action.go +++ b/internal/ui/action.go @@ -83,7 +83,7 @@ func (a KeyActions) Hints() model.MenuHints { }, ) } else { - log.Error().Msgf("Unable to locate KeyName for %#v", string(k)) + log.Error().Msgf("Unable to locate KeyName for %#v", string(rune(k))) } } return hh