Update Travis to Go 1.11 and Go 1.10.4

See #5115
This commit is contained in:
Bjørn Erik Pedersen
2018-08-25 11:26:19 +02:00
parent e6eda2a370
commit d32ff16fd6
4 changed files with 6 additions and 6 deletions

View File

@@ -265,7 +265,7 @@ func CheckVendor() error {
}
func isGoLatest() bool {
return strings.Contains(runtime.Version(), "1.10")
return strings.Contains(runtime.Version(), "1.11")
}
func buildTags() string {