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

View File

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