Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
remove windows versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Jul 18, 2018
1 parent 8929720 commit 241a61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/common/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func getAllKubernetesWindowsSupportedVersionsMap() map[string]bool {
"1.10.0-rc.1",
"1.11.0-alpha.1",
"1.11.0-alpha.2"} {
ret[version] = false
delete(ret, version)
}
return ret
}
Expand Down

0 comments on commit 241a61d

Please sign in to comment.