From e847621082769aeb0b5135406cacd62c07773685 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:52:57 +0000 Subject: [PATCH] chore(deps): update dependency mvdan/sh to v3.10.0 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 3dbbe87..c336751 100644 --- a/Earthfile +++ b/Earthfile @@ -90,7 +90,7 @@ golang-base: shell-formatting-base: FROM +golang-base # renovate: datasource=github-releases depName=mvdan/sh - ENV SHFMT_VERSION="v3.7.0" + ENV SHFMT_VERSION="v3.10.0" RUN go install mvdan.cc/sh/v3/cmd/shfmt@$SHFMT_VERSION DO +COPY_CI_DATA