Skip to content

Commit

Permalink
Update test Docker image for Go
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 670916317
Change-Id: I23d0db2ab29a2da023df3d1c580a1f93bd3e061d
  • Loading branch information
morambro authored and copybara-github committed Sep 4, 2024
1 parent 1ebbabe commit ec14940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/testutils/go_test_container_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ec14940

Please sign in to comment.