Merge pull request #648 from HaraldNordgren/go_versions

Bump Go versions and use '.x' to always get latest patch versions
This commit is contained in:
Jimmy Zelinskie 2018-10-28 12:01:47 -04:00 committed by GitHub
commit c123c95590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
language: go
go:
- "1.11"
- "1.11.x"
sudo: required