jason810496 opened a new pull request, #69909: URL: https://github.com/apache/airflow/pull/69909
- related: #69794 (the same change for the Java SDK e2e mode) ## Why The `go_sdk` e2e test mode always builds its example bundle inside an ephemeral `golang:1.25-alpine` container, even in CI where that costs a toolchain-image pull per run. #69794 already moved the `java_sdk` e2e mode to a native host-toolchain build behind `LANG_SDK_NATIVE_TOOLCHAIN`, the same switch the breeze lang-SDK k8s job uses for its native Go build. ## What - `_setup_go_sdk_integration` in the e2e conftest now branches on `LANG_SDK_NATIVE_TOOLCHAIN`: native mode runs the host `go tool airflow-go-pack` directly (mirroring the breeze k8s lang-SDK build), while the containerized build stays the default for local runs so a dev host needs no Go installed. - `LANG_SDK_NATIVE_TOOLCHAIN` is now set to `true` for the `go_sdk` e2e mode as well. --- ##### Was generative AI tooling used to co-author this PR? - [x] Yes, with help of Claude Code (Fable 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]
