Skip to content

Commit 683a3db

Browse files
authored
Update fmt.mk
1 parent 38d99c2 commit 683a3db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/fmt.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ modtidy: gen
1313
go mod tidy
1414

1515
gofmt: gen
16-
go run mvdan.cc/gofumpt@latest -w .
16+
# gofumpt v0.7.0 requires Go 1.22 or later.
17+
go run mvdan.cc/gofumpt@v0.6.0 -w .
1718

1819
prettier:
1920
npx prettier --write --print-width=120 --no-semi --trailing-comma=all --loglevel=warn $$(git ls-files "*.yml")

0 commit comments

Comments
 (0)