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

pull/689/head
Harald Nordgren 2018-10-28 13:27:15 +01:00 committed by George Lesica
parent 04af85275a
commit 8019298d9f
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@ language: go
sudo: false
go:
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
- tip
script: