Skip to content

Build(deps): Bump google.golang.org/api from 0.257.0 to 0.275.0#1088

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/google.golang.org/api-0.275.0
Closed

Build(deps): Bump google.golang.org/api from 0.257.0 to 0.275.0#1088
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/google.golang.org/api-0.275.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps google.golang.org/api from 0.257.0 to 0.275.0.

Release notes

Sourced from google.golang.org/api's releases.

v0.275.0

0.275.0 (2026-04-07)

Features

v0.274.0

0.274.0 (2026-04-02)

Features

v0.273.1

0.273.1 (2026-03-31)

Bug Fixes

  • Merge duplicate x-goog-request-params header (#3547) (2008108)

v0.273.0

0.273.0 (2026-03-23)

Features

v0.272.0

0.272.0 (2026-03-16)

Features

v0.271.0

0.271.0 (2026-03-10)

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.275.0 (2026-04-07)

Features

0.274.0 (2026-04-02)

Features

0.273.1 (2026-03-31)

Bug Fixes

  • Merge duplicate x-goog-request-params header (#3547) (2008108)

0.273.0 (2026-03-23)

Features

0.272.0 (2026-03-16)

Features

0.271.0 (2026-03-10)

Features

0.270.0 (2026-03-08)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 13, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 13, 2026

Walkthrough

Updated Go toolchain directive from 1.24.13 to 1.25.0 and bumped multiple direct and indirect module versions in go.mod, including Google APIs, gRPC, golang.org/x/* packages, OpenTelemetry, and several cloud-related modules.

Changes

Cohort / File(s) Summary
Go Module Configuration
go.mod
Bumped Go toolchain from 1.24.131.25.0. Upgraded direct deps: github.com/googleapis/gax-go/v2 v2.16.0→v2.21.0, golang.org/x/term v0.39.0→v0.41.0, golang.org/x/text v0.33.0→v0.35.0, google.golang.org/api v0.257.0→v0.276.0, google.golang.org/grpc v1.79.3→v1.80.0. Advanced numerous indirect deps: cloud.google.com/go/* (auth etc.), github.com/GoogleCloudPlatform/*, go.opentelemetry.io/* (core & instrumentation), google.golang.org/genproto revisions, and various golang.org/x/* utilities (crypto, mod, net, oauth2, sync, sys, time, tools).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title specifies the dependency being bumped (google.golang.org/api) and the version range (0.257.0 to 0.275.0), clearly matching the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The pull request description provides detailed release notes and changelog information related to the google.golang.org/api dependency upgrade from v0.257.0 to v0.275.0, which directly matches the changeset.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/google.golang.org/api-0.275.0

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 13, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign miguelhbrito for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 13, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 13, 2026

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift-online member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@go.mod`:
- Line 3: Update the CI workflows and Dockerfile to match the go.mod Go 1.25.0
bump: in the test and lint jobs of check-pull-request.yaml and the release job
of publish-release.yaml change the actions/setup-go go-version to "1.25"; also
inspect the Dockerfile base image (ubi9/go-toolset:latest) and update it or its
tag to an image that includes Go 1.25.0 (or install Go 1.25 in the image) so the
container build/test environment matches go.mod.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0cacffd5-12ae-4227-847f-c5a82199559c

📥 Commits

Reviewing files that changed from the base of the PR and between 557f489 and 348eff4.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Comment thread go.mod
module github.com/openshift-online/ocm-cli

go 1.24.13
go 1.25.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "== go.mod directive(s) =="
rg -n '^(go|toolchain)\s+' go.mod

echo
echo "== References to Go version in CI/build/docs =="
rg -n --iglob '*.yml' --iglob '*.yaml' --iglob 'Dockerfile*' --iglob 'Makefile*' --iglob '*.md' \
  'go1\.25|1\.25(\.0)?|GO_VERSION|GOLANG_VERSION|setup-go|golang:'

Repository: openshift-online/ocm-cli

Length of output: 325


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "=== GitHub Workflows (if present) ==="
if [ -d .github/workflows ]; then
  find .github/workflows -type f \( -name "*.yml" -o -name "*.yaml" \) -exec sh -c 'echo "File: $1"; cat "$1"' _ {} \;
else
  echo "No .github/workflows directory found"
fi

echo
echo "=== Dockerfile(s) if present ==="
find . -maxdepth 3 -name "Dockerfile*" -o -name "dockerfile*" | head -10 | while read f; do
  echo "=== $f ==="
  cat "$f"
done

echo
echo "=== setup-go or golang references in any file ==="
rg -n 'setup-go|golang:|image.*golang|FROM.*golang' --type yaml --type yml

echo
echo "=== Go version env variables ==="
rg -n 'GO_VERSION|GOLANG_VERSION|go.?version' --type yaml --type yml --type sh --type bash

Repository: openshift-online/ocm-cli

Length of output: 8823


CI workflows must be updated to support Go 1.25.0 before merge.

The go.mod bump to Go 1.25.0 is incompatible with current CI configurations:

  • .github/workflows/check-pull-request.yaml: Test job uses Go 1.22, lint job uses Go 1.23
  • .github/workflows/publish-release.yaml: Release job uses Go 1.23

Update both workflows to use go-version: 1.25 to align with the go.mod requirement. Also verify the Dockerfile's ubi9/go-toolset:latest base image includes Go 1.25.0 support.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@go.mod` at line 3, Update the CI workflows and Dockerfile to match the go.mod
Go 1.25.0 bump: in the test and lint jobs of check-pull-request.yaml and the
release job of publish-release.yaml change the actions/setup-go go-version to
"1.25"; also inspect the Dockerfile base image (ubi9/go-toolset:latest) and
update it or its tag to an image that includes Go 1.25.0 (or install Go 1.25 in
the image) so the container build/test environment matches go.mod.

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 16, 2026

rebase

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 16, 2026
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.257.0 to 0.275.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.257.0...v0.275.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.275.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/google.golang.org/api-0.275.0 branch from 348eff4 to c035ec5 Compare April 16, 2026 15:30
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 16, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 20, 2026

Superseded by #1098.

@dependabot dependabot Bot closed this Apr 20, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/google.golang.org/api-0.275.0 branch April 20, 2026 09:32
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 go Pull requests that update go code needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants