]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3
authorDerek Mauro <dmauro@google.com>
Fri, 24 May 2024 18:12:50 +0000 (11:12 -0700)
committerCopybara-Service <copybara-worker@google.com>
Fri, 24 May 2024 18:13:43 +0000 (11:13 -0700)
PiperOrigin-RevId: 636977286
Change-Id: Id9e09398a991c74c2137672948a1eb7dd2d96596

ci/linux-presubmit.sh

index 35e1670724e58dcab208d4d665c877ecad929829..6d2b3fb573a00035f9abb98a31c20c2fc0adea5f 100644 (file)
@@ -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