From 4a9cde8cefbc25caecab21e3bc2500200a8fb17a Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 23 May 2018 14:04:34 +0200 Subject: [PATCH] travis: switch to Go 1.10.x and 1.x Signed-off-by: Simon Pasquier --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0d63f0e..ba28e67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,8 @@ sudo: false language: go go: -- 1.8.x -- 1.9.x -- master +- 1.10.x +- 1.x go_import_path: github.com/prometheus/statsd_exporter