From db50a63027f32d757568ea0e315218dbdda5d930 Mon Sep 17 00:00:00 2001 From: alexander zillion Date: Mon, 22 Oct 2018 16:03:45 -0500 Subject: [PATCH] Fix golint import path (#10) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index deb3105..639a68b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: go: - 1.10.x before_install: - - go get github.com/golang/lint/golint + - go get golang.org/x/lint/golint - go get honnef.co/go/tools/cmd/staticcheck - echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/backports.list - sudo apt update && sudo apt install -y -t trusty-backports libapparmor-dev libseccomp-dev