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 970a773 commit c31a5eeCopy full SHA for c31a5ee
Earthfile
@@ -79,7 +79,7 @@ check-shell-formatting:
79
yaml-formatting-base:
80
FROM +golang-base
81
# renovate: datasource=github-releases depName=google/yamlfmt
82
- ENV YAMLFMT_VERSION="v0.16.0"
+ ENV YAMLFMT_VERSION="v0.17.0"
83
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION
84
COPY ".yamlfmt" "./"
85
DO +COPY_CI_DATA
0 commit comments