ci: use Ubuntu 26.04 for lint container

This commit is contained in:
fanquake
2026-07-10 10:16:19 +01:00
parent 058a73a0ae
commit 900a7785bf

View File

@@ -4,7 +4,7 @@
# See test/lint/README.md for usage.
FROM mirror.gcr.io/ubuntu:24.04
FROM mirror.gcr.io/ubuntu:26.04
# Pin uv and ruff to minor version to avoid breaking changes
# https://docs.astral.sh/uv/reference/policies/versioning/