From 45cceda6d428a727b17004f5fab1811e0342ee51 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 18 Jun 2019 11:13:36 +0100 Subject: [PATCH] fix name of golint apparently this is the right module name for golint :shrug: --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3549fac..431fe92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ go: - "1.11" install: - go get github.com/constabulary/gb/... - - go get github.com/golang/lint/golint + - go get golang.org/x/lint/golint - go get github.com/fzipp/gocyclo script: ./hooks/pre-commit