Skip to content

Commit

Permalink
update gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Aug 12, 2023
1 parent 9218264 commit 802baee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/format.mk
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 802baee

Please sign in to comment.