Skip to content

Commit a0a8b28

Browse files
golint-fixervbatts
authored andcommitted
Fix golint import path
Signed-off-by: Vincent Batts <[email protected]>
1 parent bc61a7a commit a0a8b28

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
@@ -9,7 +9,7 @@ go:
99
sudo: false
1010

1111
before_install:
12-
- go get -u github.com/golang/lint/golint
12+
- go get -u golang.org/x/lint/golint
1313
- mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/git-validation && go get ./...
1414

1515
before_script:

0 commit comments

Comments
 (0)