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

pull/372/head
Harald Nordgren 2018-10-28 20:23:15 +01:00
parent 1d8d74afb1
commit 32c289fd87
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
language: go language: go
go: go:
- "1.10.3" - "1.10.x"
- "1.11.x"
sudo: true sudo: true
install: false install: false