Fix Travis CI build: Use Go 1.14

This commit is contained in:
Junegunn Choi 2020-07-27 09:00:54 +09:00
parent a61150a96c
commit 08a6fd4ad4
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
language: go
go:
- "1.14"
env: GO111MODULE=on
os:
- linux