From 828ad172543eea29e4fe869b128480fd364b9051 Mon Sep 17 00:00:00 2001 From: Gerasimos Maropoulos Date: Sun, 25 Feb 2018 12:59:09 +0200 Subject: [PATCH] add go 1.10 in travis (Tip for other project managers: note the quotes, otherwise travis will act like go1.1 instead of go1.10) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc1c42725b..b928da0d01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ os: - linux - osx go: - - go1.9 + - "go1.9" + - "go1.10" go_import_path: github.com/kataras/iris install: - go get ./... # for iris-contrib/httpexpect, kataras/golog