We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b206927 commit 8c3d053Copy full SHA for 8c3d053
dockerfiles/Dockerfile.dev
@@ -18,7 +18,7 @@ ENV GOTOOLCHAIN=local
18
ENV CGO_ENABLED=0
19
20
FROM golang AS gofumpt
21
-ARG GOFUMPT_VERSION=v0.7.0
+ARG GOFUMPT_VERSION=v0.9.2
22
RUN --mount=type=cache,target=/root/.cache/go-build \
23
--mount=type=cache,target=/go/pkg/mod \
24
--mount=type=tmpfs,target=/go/src/ \
0 commit comments