git » debian:dnss » commit 2c5cfbc

travis: Drop go 1.6, add 1.8

author Alberto Bertogli
2017-07-05 20:57:59 UTC
committer Alberto Bertogli
2017-07-05 21:13:04 UTC
parent 162090ec5666d2079dfe2ea338218e9b45137f4d

travis: Drop go 1.6, add 1.8

Go 1.6 is old enough so we can drop our testing against it.
Some of our dependencies rely on >=1.7 anyway (they use the new
"context" package).

Test against 1.7 (now Debian stable) and 1.8 (current release).
Keep testing against tip for future-proofing.

.travis.yml +1 -1

diff --git a/.travis.yml b/.travis.yml
index 1d3f7ea..2a98193 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,8 @@ language: go
 go_import_path: blitiri.com.ar/go/dnss
 
 go:
-    - 1.6
     - 1.7
+    - 1.8
     - tip
 
 script: