Skip to content

Commit

Permalink
Switch to the golang.org/x/lint/golint import path
Browse files Browse the repository at this point in the history
* golint previously supported both a golang.org and
github.com import path. Recently, they switched to
allowing only the golang.org path
* golang/lint@9a27203
  • Loading branch information
dghubble committed Oct 13, 2018
1 parent 9737459 commit 0e442dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ matrix:
allow_failures:
- go: tip
install:
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get -v -t ./...
script:
- ./test

0 comments on commit 0e442dd

Please sign in to comment.