Skip to content

Commit

Permalink
chore(version): add develop as an exception
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <shubham14bajpai@gmail.com>
  • Loading branch information
shubham14bajpai authored and kmova committed Sep 12, 2021
1 parent 1224b3a commit be73806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be73806

Please sign in to comment.