update gofumpt (#2194)

This commit is contained in:
Alessandro Ros
2023-08-12 11:55:42 +02:00
committed by GitHub
parent 7e180ceea2
commit 5244e056f8

View File

@@ -1,6 +1,6 @@
define DOCKERFILE_FORMAT
FROM $(BASE_IMAGE)
RUN go install mvdan.cc/gofumpt@v0.3.1
RUN go install mvdan.cc/gofumpt@v0.5.0
endef
export DOCKERFILE_FORMAT