fix comments

pull/11095/head
Ilya Zuyev 2021-04-16 10:52:16 -07:00
parent e0c3ef3f51
commit bf5d87423a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
"k8s.io/klog/v2"
)
// RecentK8sVersions returns the most recent k8s version, usually around 30
// recentK8sVersions returns the most recent k8s version, usually around 30
func recentK8sVersions() ([]string, error) {
client := github.NewClient(nil)
k8s := "kubernetes"