From f5ba0badd6b8876ac279efe8dba9c25a2ae59fee Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 15 Sep 2026 19:03:45 +0000 Subject: [PATCH] chore(deps): update gcr.io/cloud-spanner-emulator/emulator docker tag to v1.5.58 --- .github/workflows/acceptance-tests-on-emulator.yaml | 2 +- .github/workflows/nightly-acceptance-tests-on-emulator.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acceptance-tests-on-emulator.yaml b/.github/workflows/acceptance-tests-on-emulator.yaml index 12f77a2e..597c2863 100644 --- a/.github/workflows/acceptance-tests-on-emulator.yaml +++ b/.github/workflows/acceptance-tests-on-emulator.yaml @@ -14,7 +14,7 @@ jobs: services: emulator: - image: gcr.io/cloud-spanner-emulator/emulator:1.5.57 + image: gcr.io/cloud-spanner-emulator/emulator:1.5.58 ports: - 9010:9010 - 9020:9020 diff --git a/.github/workflows/nightly-acceptance-tests-on-emulator.yaml b/.github/workflows/nightly-acceptance-tests-on-emulator.yaml index 2b47b68c..722e87a8 100644 --- a/.github/workflows/nightly-acceptance-tests-on-emulator.yaml +++ b/.github/workflows/nightly-acceptance-tests-on-emulator.yaml @@ -14,7 +14,7 @@ jobs: services: emulator: - image: gcr.io/cloud-spanner-emulator/emulator:1.5.57 + image: gcr.io/cloud-spanner-emulator/emulator:1.5.58 ports: - 9010:9010 - 9020:9020