From 3cd8ba0a059d4f63c8adf367f4f22253f0d67483 Mon Sep 17 00:00:00 2001 From: Stephen Demos Date: Fri, 19 Oct 2018 11:39:25 -0700 Subject: [PATCH] travis: update to latest supported go major versions this also fixes the golint url to use the new location, to fix ci. --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d04be13f..c34490352 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,15 @@ sudo: required services: - docker go: - - 1.7.x - - 1.8.x - - 1.8.5 - - 1.9.x + - 1.10.x + - 1.11.x + - 1.11.1 - tip matrix: allow_failures: - go: tip install: - - go get github.com/golang/lint/golint + - go get golang.org/x/lint/golint script: - make test deploy: @@ -21,6 +20,6 @@ deploy: skip_cleanup: true on: branch: master - go: '1.8.5' + go: '1.11.1' notifications: email: change