From 41eeaa36e4df751da2f6494fefa17106da768c9c Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Fri, 3 Dec 2021 12:29:27 +0100 Subject: [PATCH] update make format --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6ec508f5..c3982381 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,7 @@ mod-tidy: define DOCKERFILE_FORMAT FROM $(BASE_IMAGE) -RUN apk add --no-cache git -RUN GO111MODULE=on go get mvdan.cc/gofumpt@v0.2.0 +RUN go install mvdan.cc/gofumpt@v0.2.0 endef export DOCKERFILE_FORMAT