Skip to content

Commit

Permalink
feat(spantest): bump emulator to v1.5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
thall committed Oct 14, 2024
1 parent 945eb5d commit b05656b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spantest/emulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
// https://console.cloud.google.com/gcr/images/cloud-spanner-emulator/global/emulator
const (
url = "gcr.io/cloud-spanner-emulator/emulator"
version = "1.5.22"
version = "1.5.24"
image = url + ":" + version
)

Expand Down

0 comments on commit b05656b

Please sign in to comment.