Use latest Go patch releases as well as tip. (#493)

This commit is contained in:
Alexey Palazhchenko 2017-05-26 01:19:06 +03:00 committed by Miek Gieben
parent 193f91db0b
commit 0c23f842c8
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
language: go
sudo: false
go:
- 1.7
- 1.8
- 1.7.x
- 1.8.x
- tip
before_install:
# don't use the miekg/dns when testing forks

View File

@ -13,7 +13,7 @@ can build servers and resolvers with it.
We try to keep the "master" branch as sane as possible and at the bleeding edge
of standards, avoiding breaking changes wherever reasonable. We support the last
two versions of Go, currently: 1.6 and 1.7.
two versions of Go, currently: 1.7 and 1.8.
# Goals