Skip to content

Commit f79b482

Browse files
mikebrowverm666
authored andcommitted
fix build break
Signed-off-by: Mike Brown <[email protected]>
1 parent ed93831 commit f79b482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_install:
2525
- echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list
2626
- sudo apt-get -qq update
2727
- sudo apt-get install -y libseccomp-dev/trusty-backports
28-
- go get -u github.com/golang/lint/golint
28+
- go get -u golang.org/x/lint/golint
2929
- go get -u github.com/vbatts/git-validation
3030
- env | grep TRAVIS_
3131

0 commit comments

Comments
 (0)