Require Go 1.14

When go.mod specifies go 1.14 or higher, the go tools now verify that
vendor/modules.txt is consistent with go.mod.  Fixed by running `go mod
vendor`.
This commit is contained in:
Cameron Moore 2020-07-27 12:59:58 -05:00
parent c4f29b5d8b
commit eefcd7f7d5
3 changed files with 19 additions and 2 deletions

View file

@ -1,7 +1,7 @@
language: go
go:
- 1.13.x
- 1.14.x
- master
os: