Skip to content

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

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

chore(deps): update module google.golang.org/api to v0.269.0#3374
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot:renovate/fbf-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.

@renovate-bot renovate-bot requested a review from bharathkkb as a code owner March 2, 2026 22:51
@forking-renovate
Copy link

forking-renovate bot commented Mar 2, 2026

ℹ️ Artifact update notice

File name: infra/utils/fbf/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):

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

Details:

Package Change
go 1.24.0 -> 1.25.0
cloud.google.com/go/auth v0.18.1 -> v0.18.2
github.com/googleapis/enterprise-certificate-proxy v0.3.11 -> v0.3.12
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
golang.org/x/text v0.33.0 -> v0.34.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

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Mar 2, 2026
@renovate-bot renovate-bot added the dependencies Pull requests that update a dependency file label Mar 2, 2026
@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 focuses on maintaining the project's dependencies and development environment by upgrading a core Google Cloud API client library and advancing the minimum Go language version. These updates ensure compatibility with the latest features and security patches from the upstream dependencies, contributing to the overall health and modernity of the codebase.

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 for the infra/utils/fbf module has been updated from 1.24.0 to 1.25.0.
Changelog
  • infra/utils/fbf/go.mod
    • Updated the google.golang.org/api dependency to v0.268.0.
    • Increased the Go language version requirement from 1.24.0 to 1.25.0.
  • infra/utils/fbf/go.sum
    • Updated checksums for the google.golang.org/api module to reflect the new version v0.268.0.
Activity
  • This pull request was automatically generated by Renovate Bot to update a dependency.
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.

@dpebot
Copy link
Collaborator

dpebot commented Mar 2, 2026

/gcbrun

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, managed by Renovate, updates the google.golang.org/api dependency to version v0.268.0. In addition to the dependency update, the Go version for the module is upgraded from 1.24 to 1.25, and the toolchain directive is removed. I've added a comment suggesting that this Go version change may be unintentional and could introduce version inconsistencies across the repository, especially since the updated dependency does not require this newer Go version. I recommend reverting the Go version modification to maintain consistency.

go 1.24.0

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.

medium

This PR also upgrades the Go version to 1.25.0. Since the updated dependency google.golang.org/api v0.268.0 only requires Go 1.20, this upgrade is not strictly necessary. To maintain version consistency across the repository, it's recommended to handle Go version upgrades in a separate, dedicated pull request. Please consider reverting this change to keep Go 1.24 and the toolchain directive.

@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/fbf-google.golang.org-api-0.x branch from 9a347a9 to 78e3574 Compare March 3, 2026 22:58
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/fbf-google.golang.org-api-0.x branch from 78e3574 to 95a13c8 Compare March 3, 2026 23:21
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/fbf-google.golang.org-api-0.x branch from 95a13c8 to fa084f9 Compare March 3, 2026 23:27
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/fbf-google.golang.org-api-0.x branch from fa084f9 to 85cca2e Compare March 3, 2026 23:38
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/fbf-google.golang.org-api-0.x branch from 85cca2e to fa73cff Compare March 3, 2026 23:44
@dpebot
Copy link
Collaborator

dpebot commented Mar 3, 2026

/gcbrun

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

dpebot commented Mar 3, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/fbf-google.golang.org-api-0.x branch from f1ddab2 to 166ac0e Compare March 4, 2026 00:06
@dpebot
Copy link
Collaborator

dpebot commented Mar 4, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/fbf-google.golang.org-api-0.x branch from 166ac0e to 19562bc Compare March 4, 2026 00:26
@dpebot
Copy link
Collaborator

dpebot commented Mar 4, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/fbf-google.golang.org-api-0.x branch from 19562bc to 32ee4a7 Compare March 6, 2026 22:49
@dpebot
Copy link
Collaborator

dpebot commented Mar 6, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/fbf-google.golang.org-api-0.x branch from 32ee4a7 to ebf962a Compare March 7, 2026 00:24
@dpebot
Copy link
Collaborator

dpebot commented Mar 7, 2026

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/fbf-google.golang.org-api-0.x branch from ebf962a to 21ffe37 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