diff --git a/Earthfile b/Earthfile index f1844ef..27c0c2b 100644 --- a/Earthfile +++ b/Earthfile @@ -67,7 +67,7 @@ check-shell-formatting: yaml-formatting-base: FROM +golang-base # renovate: datasource=github-releases depName=google/yamlfmt - ENV YAMLFMT_VERSION="v0.10.0" + ENV YAMLFMT_VERSION="v0.14.0" RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION COPY ".yamlfmt" "./" DO +COPY_CI_DATA