This is an automated email from the ASF dual-hosted git repository.
amoghdesai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 8e2f3af3f7a Run goimports CI hook serially to avoid race conditions
(#60071)
8e2f3af3f7a is described below
commit 8e2f3af3f7a28c055c68832600bbad79ce938328
Author: Amogh Desai <[email protected]>
AuthorDate: Sat Jan 3 16:17:03 2026 +0530
Run goimports CI hook serially to avoid race conditions (#60071)
---
go-sdk/.pre-commit-config.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/go-sdk/.pre-commit-config.yaml b/go-sdk/.pre-commit-config.yaml
index 148745ff547..c54208348c2 100644
--- a/go-sdk/.pre-commit-config.yaml
+++ b/go-sdk/.pre-commit-config.yaml
@@ -60,6 +60,7 @@ repos:
additional_dependencies:
[github.com/incu6us/goimports-reviser/[email protected]]
types: [go]
language: golang
+ require_serial: true
- id: gofmt
name: Format go code
entry: golines --base-formatter=gofumpt --write-output --max-len=100
--chain-split-dots