Upgraded tests to use go 1.12

This commit is contained in:
Eduard Urbach 2019-03-12 14:09:17 +09:00
parent 997694d7df
commit f33a816890

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.11.x
- 1.12.x
- master
# Setting this to true will skip the `go get` dependencies step.