From bf12925fd1916c6a75a858597205efdb5c161c19 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 20 Oct 2018 11:18:48 -0700 Subject: [PATCH] travis: golint & golang updates --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d697ca..ce8d253 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,11 +10,12 @@ env: - DEPLOY_WITH_MAJOR="1.10" before_script: - - go get github.com/golang/lint/golint + - go get golang.org/x/lint/golint - make deps go: - - "1.10.1" + - "1.10.x" + - "1.11.x" deploy: provider: script