Skip to content

Commit

Permalink
Update to Go1.12 requires new golint location
Browse files Browse the repository at this point in the history
Update .travis.yml for the move to Go 1.12.1

Signed-off-by: Phil Estes <estesp@gmail.com>
  • Loading branch information
estesp committed Mar 21, 2019
1 parent 0be3561 commit 5002591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go:
- 1.12.x

install:
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint

script:
- make binary
Expand Down

0 comments on commit 5002591

Please sign in to comment.