We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3723f0b + b8fd205 commit 2f67b2fCopy full SHA for 2f67b2f
1 file changed
Makefile
@@ -52,7 +52,7 @@ shellcheck: ## run shellcheck validation
52
.PHONY: fmt
53
fmt: ## run gofumpt (if present) or gofmt
54
@if command -v gofumpt > /dev/null; then \
55
- gofumpt -w -d -lang=1.21 . ; \
+ gofumpt -w -d -lang=1.23 . ; \
56
else \
57
go list -f {{.Dir}} ./... | xargs gofmt -w -s -d ; \
58
fi
0 commit comments