From e40c88e1ac29280d375f7c309f8e9bfdc4362cbd Mon Sep 17 00:00:00 2001 From: Itxaka Date: Thu, 16 May 2024 11:14:05 +0200 Subject: [PATCH] Update Earthfile --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index 61499bb..440ed04 100644 --- a/Earthfile +++ b/Earthfile @@ -37,6 +37,7 @@ golint: FROM golangci/golangci-lint:$GOLINT_VERSION WORKDIR /build COPY . . + RUN go mod tidy --compat=1.19 RUN golangci-lint run -v build-immucore: