mirror of
https://github.com/rancher/rke.git
synced 2025-09-05 17:00:20 +00:00
vendor change
This commit is contained in:
committed by
Alena Prokharchyk
parent
5153dfd8b8
commit
88449ec73b
2
vendor/github.com/blang/semver/sql.go
generated
vendored
2
vendor/github.com/blang/semver/sql.go
generated
vendored
@@ -14,7 +14,7 @@ func (v *Version) Scan(src interface{}) (err error) {
|
||||
case []byte:
|
||||
str = string(src)
|
||||
default:
|
||||
return fmt.Errorf("version.Scan: cannot convert %T to string", src)
|
||||
return fmt.Errorf("Version.Scan: cannot convert %T to string.", src)
|
||||
}
|
||||
|
||||
if t, err := Parse(str); err == nil {
|
||||
|
Reference in New Issue
Block a user