From 148b19cfd1fbb95e2d268e11a4f8c336e3dde64b Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 7 Feb 2018 22:50:38 +0100 Subject: [PATCH] Use Go 1.10rc2 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index db67ff90..88f0725a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ os: - linux go: - - 1.10rc1 + - 1.10rc2 script: - echo $TRAVIS_GO_VERSION @@ -156,7 +156,7 @@ deploy: skip_cleanup: true on: repo: jedisct1/dnscrypt-proxy - condition: "${TRAVIS_GO_VERSION} == 1.10rc1" + condition: "${TRAVIS_GO_VERSION} == 1.10rc2" tags: true after_deploy: