From 20e8458b4a4255086a5869982a2a2d22f5c75c77 Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Fri, 8 Sep 2023 08:32:32 +0200 Subject: [PATCH] Update internal/versions/versions.go Co-authored-by: 3u13r --- internal/versions/versions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/versions/versions.go b/internal/versions/versions.go index d6ce41d0d1e..e2924fadb41 100644 --- a/internal/versions/versions.go +++ b/internal/versions/versions.go @@ -110,7 +110,7 @@ func K8sVersionFromMajorMinor(version string) string { } } -// supportedVersions prints the supported version without v prefix and without patch version. +// supportedVersions prints the supported versions without v prefix and without patch version. // Should only be used when accepting Kubernetes versions from --kubernetes. func supportedVersions() string { builder := strings.Builder{}