-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump spanner lib to v1.5.0 #403
Conversation
Will enable spanner emulator support https://cloud.google.com/spanner/docs/emulator#go Current version supports SPANNER_EMULATOR_HOST but fails at run-time with spanner permission errors.
cloud.google.com/go v0.53.0 // indirect | ||
cloud.google.com/go/spanner v1.2.0 | ||
cloud.google.com/go/storage v1.5.0 | ||
cloud.google.com/go/spanner v1.5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only this line was changed manually, other changes are from running "go get"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also run go mod tidy
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, though still a big diff
Thanks for adding this, btw... was in the middle of checking if the program supported the emulator and found this. |
Will enable spanner emulator support
https://cloud.google.com/spanner/docs/emulator#go
Current version supports SPANNER_EMULATOR_HOST but fails at run-time
with spanner permission errors.