Merge pull request #5812 from thaJeztah/bump_gofumpt

Dockerfile.dev: bump mvdan.cc/gofumpt to v0.7.0
This commit is contained in:
Sebastiaan van Stijn
2025-02-11 16:07:46 +01:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ ENV GOTOOLCHAIN=local
ENV CGO_ENABLED=0
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 \
--mount=type=cache,target=/go/pkg/mod \
--mount=type=tmpfs,target=/go/src/ \