Updated go test version

This commit is contained in:
Eduard Urbach 2018-09-28 07:18:35 +09:00
parent 592a68a795
commit d1987e9c60

View File

@ -7,7 +7,7 @@ language: go
# in the next version of Go. Don't worry! Later we declare that test runs
# are allowed to fail on Go tip.
go:
- 1.10.x
- 1.11.x
- master
# Setting this to true will skip the `go get` dependencies step.