summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2024-05-24 18:12:50 (GMT)
committerCopybara-Service <copybara-worker@google.com>2024-05-24 18:13:43 (GMT)
commit305e5a238b3c8d11266fbafd85520fb6b3184851 (patch)
tree942fb3121c24c4f87b222f0c1582613259e37ea9
parent9b4993ca7d1279dec5c5d41ba327cb11a77bdc00 (diff)
downloadgoogletest-305e5a238b3c8d11266fbafd85520fb6b3184851.zip
googletest-305e5a238b3c8d11266fbafd85520fb6b3184851.tar.gz
googletest-305e5a238b3c8d11266fbafd85520fb6b3184851.tar.bz2
Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3
PiperOrigin-RevId: 636977286 Change-Id: Id9e09398a991c74c2137672948a1eb7dd2d96596
-rw-r--r--ci/linux-presubmit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/linux-presubmit.sh b/ci/linux-presubmit.sh
index 35e1670..6d2b3fb 100644
--- a/ci/linux-presubmit.sh
+++ b/ci/linux-presubmit.sh
@@ -31,7 +31,7 @@
set -euox pipefail
-readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20231218"
+readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20240523"
readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20230120"
if [[ -z ${GTEST_ROOT:-} ]]; then