From 172159c00a3587cc8e7323987bf468489d6bec22 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 8 Apr 2018 08:48:48 +0200 Subject: [PATCH] Use Go 1.10.1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63f62b9c..570d0d16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ os: - linux go: - - "1.10" + - "1.10.1" script: - gimme --list @@ -191,7 +191,7 @@ deploy: skip_cleanup: true on: repo: jedisct1/dnscrypt-proxy - condition: "${TRAVIS_GO_VERSION} == 1.10" + condition: "${TRAVIS_GO_VERSION} == 1.10.1" tags: true after_deploy: