build: update buf

This commit is contained in:
Vincent Bernat
2025-09-09 07:33:58 +02:00
parent 22f2d5d4e4
commit ab9e7107f8

View File

@@ -9,6 +9,6 @@ shift
case "$cmd" in
buf)
exec go run github.com/bufbuild/buf/cmd/buf@v1.55.1 "$@"
exec go run github.com/bufbuild/buf/cmd/buf@v1.57.0 "$@"
;;
esac