From 55a17525265861c2bcbb75b5c8135bc4063c38c5 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Thu, 16 May 2024 11:00:19 +0200 Subject: [PATCH] Update Earthfile --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index a5fe434..61499bb 100644 --- a/Earthfile +++ b/Earthfile @@ -35,8 +35,8 @@ test: golint: ARG GOLINT_VERSION FROM golangci/golangci-lint:$GOLINT_VERSION - COPY . . WORKDIR /build + COPY . . RUN golangci-lint run -v build-immucore: