This is an automated email from the ASF dual-hosted git repository. amoghdesai pushed a commit to branch amoghrajesh-patch-1 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f6d014ff8c4701e041483e825004fedff9cc7076 Author: Amogh Desai <[email protected]> AuthorDate: Wed Feb 18 14:57:19 2026 +0530 Fix typo in pre-commit config for protobuf --- go-sdk/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-sdk/.pre-commit-config.yaml b/go-sdk/.pre-commit-config.yaml index 3f63d6a12c4..74278d28bee 100644 --- a/go-sdk/.pre-commit-config.yaml +++ b/go-sdk/.pre-commit-config.yaml @@ -74,7 +74,7 @@ repos: pass_filenames: false language: docker_image - id: protoc - name: Compile protobuff + name: Compile protobuf language: docker_image types: [file, proto] entry: >-
