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 6cf91c0 commit 5ef574aCopy full SHA for 5ef574a
Earthfile
@@ -48,7 +48,7 @@ golang-base:
48
yaml-formatting-base:
49
FROM +golang-base
50
# renovate: datasource=github-releases depName=google/yamlfmt
51
- ENV YAMLFMT_VERSION="v0.10.0"
+ ENV YAMLFMT_VERSION="v0.15.0"
52
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION
53
COPY ".yamlfmt" "./"
54
DO +COPY_CI_DATA
0 commit comments