Skip to content

Commit 7b3f264

Browse files
committed
Dockerfile.dev: bump mvdan.cc/gofumpt to v0.7.0
- full diff: mvdan/gofumpt@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>
1 parent bf65a46 commit 7b3f264

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
@@ -11,7 +11,7 @@ ENV GOTOOLCHAIN=local
1111
ENV CGO_ENABLED=0
1212

1313
FROM golang AS gofumpt
14-
ARG GOFUMPT_VERSION=v0.6.0
14+
ARG GOFUMPT_VERSION=v0.7.0
1515
RUN --mount=type=cache,target=/root/.cache/go-build \
1616
--mount=type=cache,target=/go/pkg/mod \
1717
--mount=type=tmpfs,target=/go/src/ \

0 commit comments

Comments
 (0)