From 8dc2790b029dc41e2b8ff772c63c26adbb1db70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Thu, 22 Mar 2018 08:00:28 +0100 Subject: [PATCH] travis: update go versions --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55960d1..fa39805 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,8 @@ go_import_path: github.com/spf13/viper language: go go: - - 1.7.x - - 1.8.x - 1.9.x + - 1.10.x - tip os: