fix(deps): update module google.golang.org/api to v0.274.0 (main) - #21408
Merged
Conversation
| datasource | package | from | to | | ---------- | --------------------- | -------- | -------- | | go | google.golang.org/api | v0.273.0 | v0.274.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
renovate-sh-app
Bot
force-pushed
the
deps-update/main-google.golang.orgapi
branch
from
April 5, 2026 16:06
a4490db to
327970e
Compare
Segflow
approved these changes
Apr 6, 2026
Signed-off-by: Assel Meher <meher.assel@grafana.com>
This was referenced Apr 20, 2026
This was referenced May 20, 2026
This was referenced Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.273.0→v0.274.0Release Notes
googleapis/google-api-go-client (google.golang.org/api)
v0.274.0Compare Source
Features
v0.273.1Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.
Note
Low Risk
Low risk dependency update; behavior change is limited to how request headers from context metadata are merged for Google API HTTP calls.
Overview
Updates
google.golang.org/apifromv0.273.0tov0.274.0(includinggo.sum, vendored code, andvendor/modules.txt).Vendored
gensupport.SendRequest/SendRequestWithRetrynow centralize context-metadata header handling viaaddContextHeaders, and merge duplicatex-goog-api-client(space-separated) andx-goog-request-params(ampersand-separated) headers instead of blindly adding duplicates.Reviewed by Cursor Bugbot for commit dded737. Bugbot is set up for automated code reviews on this repo. Configure here.