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 5e4f38f commit e4827c5Copy full SHA for e4827c5
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.16.0"
+ ENV YAMLFMT_VERSION="v0.17.0"
52
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION
53
COPY ".yamlfmt" "./"
54
DO +COPY_CI_DATA
0 commit comments