We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 235e657 + 7b3f264 commit 1e3e1bdCopy full SHA for 1e3e1bd
dockerfiles/Dockerfile.dev
@@ -14,7 +14,7 @@ ENV GOTOOLCHAIN=local
14
ENV CGO_ENABLED=0
15
16
FROM golang AS gofumpt
17
-ARG GOFUMPT_VERSION=v0.6.0
+ARG GOFUMPT_VERSION=v0.7.0
18
RUN --mount=type=cache,target=/root/.cache/go-build \
19
--mount=type=cache,target=/go/pkg/mod \
20
--mount=type=tmpfs,target=/go/src/ \
0 commit comments