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 6220bc1 commit 46a7cbcCopy full SHA for 46a7cbc
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.15.0"
+ ENV YAMLFMT_VERSION="v0.16.0"
52
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION
53
COPY ".yamlfmt" "./"
54
DO +COPY_CI_DATA
0 commit comments