git » spf » commit 55b54fc

travis: Update minimum supported version to 1.8

author Alberto Bertogli
2020-09-20 15:43:06 UTC
committer Alberto Bertogli
2020-09-20 16:21:19 UTC
parent 3fe46bdcbd9cbd4124ed8e9a11fb9a0c13eb2c8a

travis: Update minimum supported version to 1.8

The upcoming changes to allow DNS resolver overrides rely on
net.DefaultResolver, which was added in Go 1.8.

Since it's been more than 3 years since the release of Go 1.8, it's
reasonable to rely on it.

.travis.yml +1 -1

diff --git a/.travis.yml b/.travis.yml
index 29481a8..a9a09a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ dist: bionic
 go_import_path: blitiri.com.ar/go/spf
 
 go:
-    - 1.7
+    - 1.8
     - stable
     - master