Fix golint on circleci

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2018-10-15 13:53:42 +01:00
parent 2e710766e3
commit 78005d87ec
No known key found for this signature in database
GPG Key ID: 609102888A2EE3F9

View File

@ -16,7 +16,7 @@ jobs:
- run:
name: Dependencies
command: |
go get -u github.com/golang/lint/golint
go get -u golang.org/x/lint/golint
go get -u github.com/gordonklaus/ineffassign
- run:
name: Lint