validate against master by default, not 1.18.0

This commit is contained in:
Yann Hamon 2021-07-11 22:53:23 +02:00
parent 0a14aae014
commit 3a697f3ce2
4 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@ func New(schemaLocations []string, opts Opts) (Validator, error) {
}
if opts.KubernetesVersion == "" {
opts.KubernetesVersion = "1.18.0"
opts.KubernetesVersion = "master"
}
if opts.SkipKinds == nil {