lock gofumpt version

This commit is contained in:
aler9 2021-11-12 09:14:06 +01:00
parent 21e0052bc4
commit 469ae7dbb2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ mod-tidy:
define DOCKERFILE_FORMAT
FROM $(BASE_IMAGE)
RUN apk add --no-cache git
RUN GO111MODULE=on go get mvdan.cc/gofumpt
RUN GO111MODULE=on go get mvdan.cc/gofumpt@v0.2.0
endef
export DOCKERFILE_FORMAT