From f5e78ad5170dfcc40f17b2c9dd0521a8abaf4881 Mon Sep 17 00:00:00 2001 From: Mmadu Manasseh Date: Fri, 10 Jan 2025 19:42:10 +0100 Subject: [PATCH] increase golangci-lint timeout Signed-off-by: Mmadu Manasseh --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 4afe03e..4a60812 100644 --- a/Earthfile +++ b/Earthfile @@ -171,7 +171,7 @@ golang-ci-lint: WORKDIR /src COPY . . - RUN golangci-lint --timeout 15m run --verbose --exclude-dirs mock + RUN golangci-lint --timeout 25m run --verbose --exclude-dirs mock staticcheck-golang: ARG --required STATICCHECK_VERSION