From 918363f68eb7abe462c94ed89a48b36aab05d1d6 Mon Sep 17 00:00:00 2001 From: Moreno Ambrosin Date: Wed, 4 Sep 2024 04:10:20 -0700 Subject: [PATCH] Update test Docker image for Go PiperOrigin-RevId: 670916317 Change-Id: Ic60221bf5676e8116f0a733c78c84994dc59c843 --- kokoro/testutils/go_test_container_images.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kokoro/testutils/go_test_container_images.sh b/kokoro/testutils/go_test_container_images.sh index 4da6fb9..876efbf 100644 --- a/kokoro/testutils/go_test_container_images.sh +++ b/kokoro/testutils/go_test_container_images.sh @@ -23,8 +23,8 @@ _image_prefix() { # Linux container images for Tink Go libraries. readonly TINK_GO_BASE_IMAGE_NAME="linux-tink-go-base" -# Image from 2024-03-19. -readonly TINK_GO_BASE_IMAGE_HASH="309617d28992a6b381ef3cbb229375d1a0907a5423be5856f43fa87da3490401" +# Image from 2024-09-04. +readonly TINK_GO_BASE_IMAGE_HASH="3c24f9772b0121ec8db448773e0224ec2360475ac19ee419c8f7ea31757f4de8" readonly TINK_GO_BASE_IMAGE="$(_image_prefix)/${TINK_GO_BASE_IMAGE_NAME}@sha256:${TINK_GO_BASE_IMAGE_HASH}" unset -f _image_prefix