From 0c23f842c83e407f164c4dedae10077fef3612fe Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Fri, 26 May 2017 01:19:06 +0300 Subject: [PATCH] Use latest Go patch releases as well as tip. (#493) --- .travis.yml | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73eef549..bb8b8d40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index cd5c1948..4cd22d54 100644 --- a/README.md +++ b/README.md @@ -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