lifecycle
lifecycle copied to clipboard
Create helpers to parse API versions
Description
Our code is full of lines like h.SkipIf(t, api.MustParse(apiStr).Compare(api.MustParse("0.3")) >= 0). This makes the code long and hard to read. Let's come up with some better helpers.