mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
Fix golint on circleci
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
2e710766e3
commit
78005d87ec
@ -16,7 +16,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Dependencies
|
name: Dependencies
|
||||||
command: |
|
command: |
|
||||||
go get -u github.com/golang/lint/golint
|
go get -u golang.org/x/lint/golint
|
||||||
go get -u github.com/gordonklaus/ineffassign
|
go get -u github.com/gordonklaus/ineffassign
|
||||||
- run:
|
- run:
|
||||||
name: Lint
|
name: Lint
|
||||||
|
Loading…
Reference in New Issue
Block a user