Attempt to get Travis-CI go 1.11 build working again

This commit is contained in:
Brendan C. Ward 2020-02-13 08:43:01 -08:00
parent b872713c7d
commit 7890cbeb91
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
language: go
go:
- "1.10"
- "1.11"
- "1.11.4" # required per: https://github.com/golang/go/issues/30446
- "1.12"
- "1.13"
- tip
@ -11,9 +11,9 @@ matrix:
- go: master
fast_finish: true
env:
global:
- GO111MODULE=on
cache:
directories:
- $GOPATH/pkg/mod
install: true

2
go.mod
View File

@ -20,4 +20,4 @@ require (
golang.org/x/tools v0.0.0-20200213023303-cbc0cc175f84 // indirect
)
go 1.13
go 1.10