This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new f326dfc15bf [v3-1-test] CI: Upgrade important CI environment (#62989)
(#63005)
f326dfc15bf is described below
commit f326dfc15bf3464753e812a547defa5ce3f0f5fe
Author: Bugra Ozturk <[email protected]>
AuthorDate: Fri Mar 6 19:34:17 2026 +0100
[v3-1-test] CI: Upgrade important CI environment (#62989) (#63005)
* [v3-1-test] CI: Upgrade important CI environment (#62989)
(cherry picked from commit 60b52b78d74b0eab02e7b7597f947df32adbfd1b)
Co-authored-by: Jarek Potiuk <[email protected]>
* Fix rebase
---------
Co-authored-by: Jarek Potiuk <[email protected]>
---
Dockerfile.ci | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile.ci b/Dockerfile.ci
index 956660bd22d..c9e3c2ede38 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1579,7 +1579,7 @@ ENV DEV_APT_COMMAND=${DEV_APT_COMMAND} \
ARG AIRFLOW_PYTHON_VERSION="3.12.13"
ENV AIRFLOW_PYTHON_VERSION=${AIRFLOW_PYTHON_VERSION}
-ENV GOLANG_MAJOR_MINOR_VERSION="1.25.5"
+ENV GOLANG_MAJOR_MINOR_VERSION="1.26.1"
COPY --from=scripts install_os_dependencies.sh /scripts/docker/