From 2ed31123050c93b73a8f4b334f5753fdf72c8799 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:39:05 +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 f1330b3..b25c205 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