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