Skip to content

Commit

Permalink
feat(cloud-spanner): bump emulator to v1.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
odsod committed Jul 9, 2024
1 parent 3f8e39f commit 837b381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/sgcloudspanner/emulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
const (
cloudbuildNetwork = "cloudbuild"
url = "gcr.io/cloud-spanner-emulator/emulator"
version = "sha256:5d905e581977bd3d543742e74ddb75c0ba65517cf19742089ae1be45b7b8aa49" // 1.5.13
image = url + "@" + version
version = "1.5.17"
image = url + ":" + version
)

// RunEmulator runs the Cloud Spanner emulator in Docker.
Expand Down

0 comments on commit 837b381

Please sign in to comment.