remove orphaned usage of stableMM

pull/18687/head
Steven Powell 2024-04-22 10:53:41 -07:00 committed by Medya Ghazizadeh
parent c8f6f1e449
commit 904d97fd1a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ func main() {
// get Golang stable version
stable, _, k8sVersion, err := goVersions()
if err != nil || stable == "" || stableMM == "" {
if err != nil || stable == "" {
klog.Fatalf("Unable to get Golang stable version: %v", err)
}
// skip rc versions