From 0831c8f3901df6cc604eee2331c255d523f60bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Elek?= Date: Thu, 2 Jun 2022 12:33:20 +0200 Subject: [PATCH] makefile: use the ci-slim image for linting Change-Id: I748d9fb6874a4b399985776e50202399467cfc2e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1372c5bf..746366b59 100644 --- a/Makefile +++ b/Makefile @@ -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