From 449088a069ed725f149982a9e1302696abd77502 Mon Sep 17 00:00:00 2001 From: Claes Mogren Date: Mon, 26 Nov 2018 10:53:37 -0800 Subject: [PATCH] Bump TravisCI to use 1.11 (released 2018/08/24) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 440c43c04e..93d214b3e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ language: go # Only the last two Go releases are supported by the Go team with security updates. # Any older versions are considered deprecated. go: + - "1.11.x" - "1.10.x" - - "1.9.x" # Only clone the most recent commit. git: