diff --git a/pkg/version/util.go b/pkg/version/util.go index a9c48ed1..75a02b34 100644 --- a/pkg/version/util.go +++ b/pkg/version/util.go @@ -23,7 +23,7 @@ var ( minCurrentVersion = "1.10.0" validDesiredVersion = strings.Split(GetVersion(), "-")[0] // these are the versions used in various pipelines for ci testing - exceptions = []string{"master"} + exceptions = []string{"master", "develop"} ) // IsCurrentVersionValid verifies if the current version is valid or not