potiuk opened a new pull request, #70928:
URL: https://github.com/apache/airflow/pull/70928
`Kubernetes tests / K8S Lang-SDK:3.10-v1.30.13` fails on **every** commit on
`v3-3-test`
(e.g. #70912, #70908), so it blocks every PR against the branch.
`_lang_sdk_build_go_bundle` packs `go_example` against **upstream main's**
go-sdk, but
`go_example`'s committed `go.sum` was tidied against **this branch's**
go-sdk. Once the two
dependency graphs diverge Go refuses to build:
```
go: updates to go.mod needed; to update it:
go mod tidy
```
Reproduced locally by assembling the same scratch workspace CI builds
(upstream main's
`go-sdk` + this branch's `go_example`); `go mod tidy` reconciles three
indirect pins
(`x/net`, `x/sys`, `x/text`, where main is ahead) and the bundle then packs
cleanly.
`main` already carries this fix — the cherry-pick of #70824 landed without
the re-tidy step
and its two test assertions. This restores both, leaving
`_lang_sdk_build_go_bundle` and
`test_kubernetes_lang_sdk_commands.py` byte-identical to `main`.
Only the throwaway scratch copy is tidied; the committed `go.sum` is
untouched and stays
guarded by the `check-go-example-mod-tidy` prek hook.
Both restored assertions fail without the source change and pass with it (18
passed).
Dev/CI tooling only, not user-facing, so no newsfragment.
---
##### Was generative AI tooling used to co-author this PR?
- [X] Yes — Claude Code (Opus 5)
Generated-by: Claude Code (Opus 5) following [the
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]