in upgradetest.go [283:288]
func sterilize(v string) string { if !strings.HasPrefix(v, "v") { return fmt.Sprintf("v%s", v) } return v }