travis: update to more recent Go version

This commit is contained in:
Michael Stapelberg 2018-11-21 08:49:51 +01:00
parent 3af32e1d14
commit 2216841c80

View File

@ -4,7 +4,8 @@ sudo: false
language: go
go:
- 1.8
- "1.10"
- 1.11
script:
# Check whether files are syntactically correct.