Bump Go versions and use '.x' to always get latest patch versions
@@ -1,7 +1,8 @@
language: go
go:
- - "1.10.3"
+ - "1.10.x"
+ - "1.11.x"
sudo: true
install: false