Dockerfile.dev: bump mvdan.cc/gofumpt to v0.7.0

- full diff: https://github.com/mvdan/gofumpt/compare/v0.6.0...v0.7.0
- release notes: https://github.com/mvdan/gofumpt/releases/tag/v0.7.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2025-02-09 16:58:32 +01:00
parent bf65a46c2c
commit 7b3f264a69
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

View File

@ -11,7 +11,7 @@ ENV GOTOOLCHAIN=local
ENV CGO_ENABLED=0 ENV CGO_ENABLED=0
FROM golang AS gofumpt FROM golang AS gofumpt
ARG GOFUMPT_VERSION=v0.6.0 ARG GOFUMPT_VERSION=v0.7.0
RUN --mount=type=cache,target=/root/.cache/go-build \ RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg/mod \ --mount=type=cache,target=/go/pkg/mod \
--mount=type=tmpfs,target=/go/src/ \ --mount=type=tmpfs,target=/go/src/ \