Skip to content

Commit 6e5ffb7

Browse files
committed
Makefile: bump shfmt to v3.11.0
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 67edd6d commit 6e5ffb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ shellcheck:
221221
shfmt:
222222
$(CONTAINER_ENGINE) run $(CONTAINER_ENGINE_RUN_FLAGS) \
223223
--rm -v $(CURDIR):/src -w /src \
224-
mvdan/shfmt:v3.5.1 -d -w .
224+
mvdan/shfmt:v3.11.0 -d -w .
225225

226226
.PHONY: localshfmt
227227
localshfmt:

0 commit comments

Comments
 (0)