Bump Go versions and use '.x' to always get latest patch versions

This commit is contained in:
Harald Nordgren
2018-10-28 18:42:35 +01:00
parent 644d6e12bd
commit 205c652f07

View File

@@ -1,10 +1,10 @@
language: go
go:
- "1.8.7"
- "1.9"
- "1.10"
- "1.11"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
- "tip"
os: