Skip to content

chore(deps): update module google.golang.org/api to v0.269.0#3373

Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/cli-google.golang.org-api-0.x
Open

chore(deps): update module google.golang.org/api to v0.269.0#3373
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/cli-google.golang.org-api-0.x

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 2, 2026

This PR contains the following updates:

Package Change Age Confidence
google.golang.org/api v0.267.0v0.269.0 age confidence

Release Notes

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

v0.269.0

Compare Source

Features
Bug Fixes

v0.268.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 forking-renovate bot added the dependencies Pull requests that update a dependency file label Mar 2, 2026
@renovate-bot renovate-bot requested review from a team and q2w as code owners March 2, 2026 22:51
@forking-renovate
Copy link

forking-renovate bot commented Mar 2, 2026

ℹ️ Artifact update notice

File name: cli/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):

  • 13 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.6 -> 1.25.0
cel.dev/expr v0.24.0 -> v0.25.1
cloud.google.com/go/auth v0.18.1 -> v0.18.2
github.com/cncf/xds/go v0.0.0-20251022180443-0feb69152e9f -> v0.0.0-20251210132809-ee656c7534f5
github.com/envoyproxy/go-control-plane/envoy v1.35.0 -> v1.36.0
github.com/envoyproxy/protoc-gen-validate v1.2.1 -> v1.3.0
github.com/googleapis/enterprise-certificate-proxy v0.3.11 -> v0.3.12
go.opentelemetry.io/contrib/detectors/gcp v1.38.0 -> v1.39.0
golang.org/x/crypto v0.47.0 -> v0.48.0
golang.org/x/net v0.49.0 -> v0.50.0
golang.org/x/sys v0.40.0 -> v0.41.0
golang.org/x/term v0.39.0 -> v0.40.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260203192932-546029d2fa20 -> v0.0.0-20260217215200-42d3e9bedb6d
google.golang.org/grpc v1.78.0 -> v1.79.1

@renovate-bot renovate-bot added the dependencies Pull requests that update a dependency file label Mar 2, 2026
@dpebot
Copy link
Collaborator

dpebot commented Mar 2, 2026

/gcbrun

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, 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 the google.golang.org/api Go module to its latest version, v0.268.0. This update also includes a bump in the project's required Go language version to 1.25.0, ensuring compatibility and leveraging newer language features or performance improvements.

Highlights

  • Dependency Update: The google.golang.org/api module has been updated from version v0.267.0 to v0.268.0.
  • Go Version Bump: The required Go language version in go.mod has been updated from 1.24.6 to 1.25.0.
Changelog
  • cli/go.mod
    • Updated the Go version from 1.24.6 to 1.25.0.
    • Updated the google.golang.org/api dependency from v0.267.0 to v0.268.0.
  • cli/go.sum
    • Updated cryptographic checksums for the google.golang.org/api module to reflect the new version.
Activity
  • This pull request was automatically generated by Renovate Bot to keep dependencies up to date.
  • No human activity has been recorded on this pull request yet.
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 updates the google.golang.org/api dependency and the Go version for the module. However, the new version of google.golang.org/api (v0.268.0) requires Go 1.26, but the go.mod file is being updated to go 1.25.0. This will cause build failures for developers using a Go toolchain older than 1.26. I've suggested updating the Go version to 1.26 to fix this.

go 1.24.6

toolchain go1.24.11
go 1.25.0
Copy link
Contributor

Choose a reason for hiding this comment

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

critical

The updated dependency google.golang.org/api v0.268.0 requires Go 1.26, as stated in its release notes. To ensure build compatibility and correctly declare the minimum Go version for this module, the go directive should be updated to 1.26. Setting it to 1.25.0 will cause build failures on any Go toolchain older than 1.26.

Suggested change
go 1.25.0
go 1.26

@renovate-bot renovate-bot changed the title chore(deps): update module google.golang.org/api to v0.268.0 chore(deps): update module google.golang.org/api to v0.269.0 Mar 3, 2026
@renovate-bot renovate-bot force-pushed the renovate/cli-google.golang.org-api-0.x branch from 020019a to 7057e86 Compare March 3, 2026 22:58
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-google.golang.org-api-0.x branch from 7057e86 to f0ea736 Compare March 3, 2026 23:21
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-google.golang.org-api-0.x branch from f0ea736 to 3151e6d Compare March 3, 2026 23:27
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-google.golang.org-api-0.x branch from 3151e6d to 925abc0 Compare March 3, 2026 23:37
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-google.golang.org-api-0.x branch from 925abc0 to 90a701b Compare March 3, 2026 23:44
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-google.golang.org-api-0.x branch from 90a701b to faba4be Compare March 3, 2026 23:57
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-google.golang.org-api-0.x branch from faba4be to 7ca9a93 Compare March 4, 2026 00:06
@dpebot
Copy link
Collaborator

dpebot commented Mar 4, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-google.golang.org-api-0.x branch from 7ca9a93 to 0b99347 Compare March 4, 2026 00:26
@dpebot
Copy link
Collaborator

dpebot commented Mar 4, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-google.golang.org-api-0.x branch from 0b99347 to 490a277 Compare March 6, 2026 22:49
@dpebot
Copy link
Collaborator

dpebot commented Mar 6, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-google.golang.org-api-0.x branch from 490a277 to 3c368bc Compare March 7, 2026 00:24
@dpebot
Copy link
Collaborator

dpebot commented Mar 7, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-google.golang.org-api-0.x branch from 3c368bc to b8f29a1 Compare March 7, 2026 00:46
@dpebot
Copy link
Collaborator

dpebot commented Mar 7, 2026

/gcbrun

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

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants