Merge pull request #5812 from thaJeztah/bump_gofumpt
Dockerfile.dev: bump mvdan.cc/gofumpt to v0.7.0
This commit is contained in:
commit
1e3e1bd5f4
@ -14,7 +14,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/ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user