travis: switch to Go 1.14

This commit is contained in:
Michael Stapelberg 2020-03-07 08:14:06 +01:00
parent 5936d954dd
commit 989bfadc88

View File

@ -7,7 +7,7 @@ services:
language: go language: go
go: go:
- "1.13" - "1.14"
install: install:
- go get -t -v -d ./... - go get -t -v -d ./...