Drop support for Go version 1.11

This commit is contained in:
Michael Eischer
2020-07-24 18:52:39 +02:00
parent 82c908871d
commit 7c23381a2b
8 changed files with 14 additions and 71 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ func (env *TravisEnvironment) RunTests() error {
return err
}
} else {
msg("Skipping gofmt and module vendor check for %v\n", v)
msg("Skipping gofmt and mod tidy check for %v\n", v)
}
if err = runGlyphcheck(); err != nil {