chore(deps): update module google.golang.org/api to v0.269.0#3373
chore(deps): update module google.golang.org/api to v0.269.0#3373renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
Conversation
ℹ️ Artifact update noticeFile name: cli/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
/gcbrun |
Summary of ChangesHello, 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 Highlights
Changelog
Activity
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
| go 1.25.0 | |
| go 1.26 |
020019a to
7057e86
Compare
|
/gcbrun |
7057e86 to
f0ea736
Compare
|
/gcbrun |
f0ea736 to
3151e6d
Compare
|
/gcbrun |
3151e6d to
925abc0
Compare
|
/gcbrun |
925abc0 to
90a701b
Compare
|
/gcbrun |
90a701b to
faba4be
Compare
|
/gcbrun |
faba4be to
7ca9a93
Compare
|
/gcbrun |
7ca9a93 to
0b99347
Compare
|
/gcbrun |
0b99347 to
490a277
Compare
|
/gcbrun |
490a277 to
3c368bc
Compare
|
/gcbrun |
3c368bc to
b8f29a1
Compare
|
/gcbrun |
This PR contains the following updates:
v0.267.0→v0.269.0Release Notes
googleapis/google-api-go-client (google.golang.org/api)
v0.269.0Compare Source
Features
Bug Fixes
v0.268.0Compare 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.
This PR was generated by Mend Renovate. View the repository job log.