The GitHub Actions job "Tests (AMD)" on 
airflow.git/refactor/go-sdk/drop-colored-logs has succeeded.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
e58fbb387ec44c2bf98e22b7bf5ae2ffead14dd7 / LIU ZHE YOU <[email protected]>
Reconcile lang-SDK Go example go.sum before building the bundle

The K8S Lang-SDK test always builds the Go bundle from upstream main's
go-sdk, while go_example is a branch fixture whose go.sum is tidied against
the in-repo go-sdk. When a branch changes go-sdk's dependency graph the two
go-sdks diverge, and Go refuses to build the bundle on the resulting go.sum
drift ("missing go.sum entry ..."), turning the bundle-build step red on the
pull request. Re-tidy the scratch go_example against the go-sdk it is actually
compiled against before packing so the build reconciles the drift itself; the
committed go.sum is left untouched and stays guarded by the
check-go-example-mod-tidy prek hook.

Report URL: https://github.com/apache/airflow/actions/runs/30642201052

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to