From fda5d7b93299216b1e3969df4211d6e230317b51 Mon Sep 17 00:00:00 2001 From: alexander zillion Date: Fri, 19 Oct 2018 20:27:06 -0500 Subject: [PATCH] Fix golint import path --- .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