From 9f5d21116388a8e754909a1f7f7f4b1ffa60b32d Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Fri, 23 Nov 2018 12:11:57 +0000 Subject: [PATCH] Bump travis to use go 11 Go apparently does not believe in compatible changes to the linter --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa6250c..5659347 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - 1.7 + - 1.11 install: - go get github.com/constabulary/gb/... - go get github.com/golang/lint/golint