We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa90dc9 commit 7a5411dCopy full SHA for 7a5411d
Earthfile
@@ -68,7 +68,7 @@ golang-base:
68
shell-formatting-base:
69
FROM +golang-base
70
# renovate: datasource=github-releases depName=mvdan/sh
71
- ENV SHFMT_VERSION="v3.7.0"
+ ENV SHFMT_VERSION="v3.10.0"
72
RUN go install mvdan.cc/sh/v3/cmd/shfmt@$SHFMT_VERSION
73
DO +COPY_CI_DATA
74
0 commit comments