The GitHub Actions job "Tests (AMD)" on airflow.git/dependabot/go_modules/go-sdk/golang.org/x/net-0.55.0 has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 8710a50f7da982ead8b3a0e9d7f67da82605c659 / Jarek Potiuk <[email protected]> Move go-sdk toolchain to Go 1.25 for golang.org/x/net 0.55.0 golang.org/x/net 0.55.0 raises its minimum Go version to 1.25, so the go-sdk no longer builds, vets, or tidies under the 1.24 toolchain the project pinned — CI static checks and the Go SDK e2e bundle build both fail with "go.mod requires go >= 1.25.0". Move every place that pins the Go toolchain to 1.25: - the setup-go version in the CI workflows; - the golang alpine builder image used by the e2e conftest and by breeze; - default_language_version.golang in the top-level and go-sdk prek configs, which is the toolchain prek installs for the go-sdk's ``language: golang`` hooks (go mod tidy / imports / gofmt) — the actual pin that makes the static-checks job run go, and the one that CI ran at 1.24.13 before this change. Also carry the same net/toolchain bump into the parallel go_example module, which resolves the SDK through a local replace and so inherits the new minimum. Report URL: https://github.com/apache/airflow/actions/runs/28667244610 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
