Skip to content

Commit 1e3e1bd

Browse files
authored
Merge pull request #5812 from thaJeztah/bump_gofumpt
Dockerfile.dev: bump mvdan.cc/gofumpt to v0.7.0
2 parents 235e657 + 7b3f264 commit 1e3e1bd

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
@@ -14,7 +14,7 @@ ENV GOTOOLCHAIN=local
1414
ENV CGO_ENABLED=0
1515

1616
FROM golang AS gofumpt
17-
ARG GOFUMPT_VERSION=v0.6.0
17+
ARG GOFUMPT_VERSION=v0.7.0
1818
RUN --mount=type=cache,target=/root/.cache/go-build \
1919
--mount=type=cache,target=/go/pkg/mod \
2020
--mount=type=tmpfs,target=/go/src/ \

0 commit comments

Comments
 (0)