From 5002591ff690acafb4a0e781bc4c5569f7441889 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Thu, 21 Mar 2019 16:35:42 -0400 Subject: [PATCH] Update to Go1.12 requires new golint location Update .travis.yml for the move to Go 1.12.1 Signed-off-by: Phil Estes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d8eb62e4..ef884e0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ go: - 1.12.x install: - - go get github.com/golang/lint/golint + - go get golang.org/x/lint/golint script: - make binary