Skip to content

Commit 8c3d053

Browse files
committed
Dockerfile: update mvdan.cc/gofump to v0.9.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent b206927 commit 8c3d053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV GOTOOLCHAIN=local
1818
ENV CGO_ENABLED=0
1919

2020
FROM golang AS gofumpt
21-
ARG GOFUMPT_VERSION=v0.7.0
21+
ARG GOFUMPT_VERSION=v0.9.2
2222
RUN --mount=type=cache,target=/root/.cache/go-build \
2323
--mount=type=cache,target=/go/pkg/mod \
2424
--mount=type=tmpfs,target=/go/src/ \

0 commit comments

Comments
 (0)