Build(deps): Bump google.golang.org/api from 0.257.0 to 0.275.0#1088
Build(deps): Bump google.golang.org/api from 0.257.0 to 0.275.0#1088dependabot[bot] wants to merge 1 commit into
Conversation
WalkthroughUpdated Go toolchain directive from 1.24.13 to 1.25.0 and bumped multiple direct and indirect module versions in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dependabot[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
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 Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
There was a problem hiding this comment.
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
⛔ Files ignored due to path filters (1)
go.sumis excluded by!**/*.sum
📒 Files selected for processing (1)
go.mod
| module github.com/openshift-online/ocm-cli | ||
|
|
||
| go 1.24.13 | ||
| go 1.25.0 |
There was a problem hiding this comment.
🧩 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 bashRepository: 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.
|
rebase DetailsInstructions 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. |
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>
348eff4 to
c035ec5
Compare
|
Superseded by #1098. |
Bumps google.golang.org/api from 0.257.0 to 0.275.0.
Release notes
Sourced from google.golang.org/api's releases.
... (truncated)
Changelog
Sourced from google.golang.org/api's changelog.
... (truncated)
Commits
d43aa15chore(main): release 0.275.0 (#3558)9437d4dfeat(all): auto-regenerate discovery clients (#3560)0a62c64chore(all): update cloud.google.com/go/auth to v0.20.0 (#3559)2b2ef99feat(all): auto-regenerate discovery clients (#3557)6c759a2chore(main): release 0.274.0 (#3556)0e634aefeat(all): auto-regenerate discovery clients (#3555)0f75259chore: embargo aiplatform:v1beta1 temporarily (#3554)550f00cchore(main): release 0.273.1 (#3551)da01f6achore(deps): bump github.com/go-git/go-git/v5 (#3552)2008108fix: merge duplicate x-goog-request-params header (#3547)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)