makefile: use the ci-slim image for linting

Change-Id: I748d9fb6874a4b399985776e50202399467cfc2e
This commit is contained in:
Márton Elek 2022-06-02 12:33:20 +02:00 committed by Egon Elbre
parent 11dd0687c9
commit 0831c8f390

View File

@ -126,7 +126,7 @@ lint:
-v ${GOPATH}/pkg:/go/pkg \
-v ${PWD}:/storj \
-w /storj \
storjlabs/ci \
storjlabs/ci-slim \
make .lint LINT_TARGET="$(LINT_TARGET)"
.PHONY: .lint/testsuite