Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 27, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/googleapis/go-sql-spanner v1.22.0v1.23.0 age confidence require minor
google.golang.org/api v0.262.0v0.263.0 age confidence require minor
google.golang.org/genproto/googleapis/api 8e98ce88636f87 age confidence require digest
google.golang.org/genproto/googleapis/rpc 8e98ce88636f87 age confidence require digest

Release Notes

googleapis/go-sql-spanner (github.com/googleapis/go-sql-spanner)

v1.23.0

Compare Source

Features
Bug Fixes
googleapis/google-api-go-client (google.golang.org/api)

v0.263.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate
Copy link

forking-renovate bot commented Jan 27, 2026

ℹ️ Artifact update notice

File name: snippets/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
google.golang.org/api v0.262.0 -> v0.263.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260122232226-8e98ce8d340d -> v0.0.0-20260128011058-8636f8732409
File name: spannerlib/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
google.golang.org/api v0.262.0 -> v0.263.0

@renovate-bot renovate-bot requested a review from a team as a code owner January 27, 2026 00:43
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 27, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request automates the update of several Go dependencies to their latest versions. The primary change involves upgrading the go-sql-spanner library to v1.23.0, which brings a suite of new features and important bug fixes, enhancing its functionality and stability. Additionally, the genproto libraries for Google APIs are updated to their most recent digest, ensuring compatibility and incorporating any underlying improvements. This update aims to keep the project's dependencies current, leveraging the latest advancements and addressing known issues in upstream libraries.

Highlights

  • Dependency Update: github.com/googleapis/go-sql-spanner: The github.com/googleapis/go-sql-spanner dependency has been updated from v1.22.0 to v1.23.0. This minor version upgrade introduces several new features, including support for dialect connection properties, an experimental host driver, the option to decode NUMERIC types to strings, sending string parameters as untyped values to Spanner, and Prepare support for client-side statements. It also includes bug fixes for decoding specific PG JSONB and NUMERIC types, addressing an ignored DecodeToNativeArrays configuration, and refining the connector closing logic.
  • Dependency Update: google.golang.org/genproto: The google.golang.org/genproto/googleapis/api and google.golang.org/genproto/googleapis/rpc dependencies have been updated to a newer digest version, specifically v0.0.0-20260126211449-d11affda4bed. This ensures the project benefits from the latest upstream changes and improvements in these Google API protobuf definitions.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request, generated by Renovate, updates several dependencies across the project's Go modules. The main updates include github.com/googleapis/go-sql-spanner from v1.22.0 to v1.23.0, and google.golang.org/genproto/googleapis/api and google.golang.org/genproto/googleapis/rpc to a newer commit. The changes are confined to go.mod and go.sum files, reflecting these dependency bumps. The release notes for go-sql-spanner indicate new features and bug fixes without any breaking changes. The updates appear to be safe and are applied consistently across all modules. I see no issues with these changes.

@renovate-bot renovate-bot force-pushed the renovate/all-dependencies branch from 7e1c977 to 1dc8e1d Compare January 27, 2026 20:43
@renovate-bot renovate-bot force-pushed the renovate/all-dependencies branch from 1dc8e1d to 31be833 Compare January 28, 2026 03:07
@forking-renovate
Copy link

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@olavloite olavloite requested a review from bhatt4982 January 28, 2026 13:49
Copy link
Contributor

@bhatt4982 bhatt4982 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants