Skip to content

Commit 321f55e

Browse files
committed
fix golint path
1 parent db0a3b4 commit 321f55e

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
@@ -10,7 +10,7 @@ env:
1010
- TEST_DB_NAME=starttls_test
1111

1212
install:
13-
- go get -u github.com/golang/lint/golint
13+
- go get -u golang.org/x/lint/golint
1414
- go get github.com/mattn/goveralls
1515
- go get -t ./...
1616

0 commit comments

Comments
 (0)