From 20ca7d0e4fd8048b26286359a51fdcc5c1827472 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood <nick@craig-wood.com> Date: Tue, 20 Feb 2018 09:59:19 +0000 Subject: [PATCH] build: update to using go1.10 as the default go version Note we have to put the version number in quotes to work around https://github.com/travis-ci/gimme/issues/132 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1f73a5c13..99b384b79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ os: go: - 1.6.4 - 1.7.6 -- 1.8.6 +- 1.8.7 - 1.9.3 -- go1.10rc1 +- "1.10" - tip install: - git fetch --unshallow --tags @@ -33,12 +33,12 @@ matrix: - go: tip include: - os: osx - go: 1.9.3 + go: "1.10" env: GOTAGS="" deploy: provider: script script: make travis_beta on: branch: master - go: 1.9.3 + go: "1.10" condition: "`uname` == 'Linux'"