Merge pull request #372 from HaraldNordgren/go_versions

Bump Go versions and use '.x' to always get latest patch versions
pull/425/head
Minho 2018-10-29 10:30:04 +08:00 committed by GitHub
commit 7a52b4fbf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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