Skip to content

Commit

Permalink
feat(spanner): bump to 1.5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Oct 4, 2024
1 parent b1b5e7e commit dd5914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sgcloudspanner/emulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.17"
version = "1.5.22"
image = url + ":" + version
)

Expand Down

0 comments on commit dd5914e

Please sign in to comment.