Update module google.golang.org/api to v0.271.0#970
Update module google.golang.org/api to v0.271.0#970red-hat-konflux[bot] wants to merge 1 commit intomainfrom
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux[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 |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughBumped Go tool and module dependencies in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
|
Hi @red-hat-konflux[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 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. |
8e862d3 to
428cd22
Compare
428cd22 to
bfdd0af
Compare
bfdd0af to
8927614
Compare
8927614 to
6555560
Compare
107f45b to
26b79c8
Compare
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In `@go.mod`:
- Line 30: The go.mod entry for the dependency google.golang.org/api currently
lists v0.266.0 but the PR title says v0.265.0; either update the PR title to
reference v0.266.0 or change the go.mod dependency to v0.265.0 to match
intent—locate the google.golang.org/api line in go.mod and make the version and
the PR title consistent before merging.
- Line 12: The go.mod currently lists a non-existent version for
google.golang.org/api (referenced as google.golang.org/api v0.266.0); update
that requirement to a published version (change the module entry for
google.golang.org/api from v0.266.0 to v0.265.0) so the dependency resolves
successfully and then run `go mod tidy` to refresh the module graph.
26b79c8 to
be04aab
Compare
be04aab to
c9fc6c1
Compare
c9fc6c1 to
c60271f
Compare
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: CI workflow Go versions are out of sync with go.mod (go 1.25.0);
update the pinned Go versions in the workflow files to match. Edit
.github/workflows/check-pull-request.yaml (entries currently pinned to 1.22 and
1.23) and .github/workflows/publish-release.yaml (pinned to 1.23) to set their
setup action's go-version to 1.25.0 (the same value declared in go.mod) so all
CI jobs use Go 1.25.0.
ℹ️ Review info
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge base: Disabled due to Reviews -> Disable Knowledge Base setting
⛔ 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.6 | ||
| go 1.25.0 |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Check for Go version pins in common CI/config locations
rg -n --hidden -g '!.git/**' -g '.github/**' -g '*gitlab-ci*.yml' -g 'Makefile' -g '**/*.md' \
-e 'go-version' -e 'GOVERSION' -e 'GOLANG_VERSION' -e 'golang:' -e 'go1\.25' -e '1\.25\.0'Repository: openshift-online/ocm-cli
Length of output: 495
🏁 Script executed:
# Also check for any .go-version files or similar
fd -H -t f '\.go-version|go-version\.txt|GOLANG_VERSION'Repository: openshift-online/ocm-cli
Length of output: 50
🏁 Script executed:
# Check Dockerfile if present
find . -name 'Dockerfile*' -type f | head -20Repository: openshift-online/ocm-cli
Length of output: 87
🏁 Script executed:
# Check Dockerfile for Go version
cat -n ./docker/DockerfileRepository: openshift-online/ocm-cli
Length of output: 1360
🏁 Script executed:
# Get exact content around Go version pins in CI workflows
cat -n .github/workflows/publish-release.yaml | sed -n '40,50p'Repository: openshift-online/ocm-cli
Length of output: 375
🏁 Script executed:
cat -n .github/workflows/check-pull-request.yaml | sed -n '45,85p'Repository: openshift-online/ocm-cli
Length of output: 1511
Update CI workflows to Go 1.25.0 to match go.mod.
Go version pins in CI workflows are outdated and will cause divergence from go.mod:
.github/workflows/check-pull-request.yamllines 51 and 77: pinned to1.22and1.23.github/workflows/publish-release.yamlline 45: pinned to1.23
Update these to 1.25.0 to ensure CI builds use the same Go version as declared in go.mod.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@go.mod` at line 3, CI workflow Go versions are out of sync with go.mod (go
1.25.0); update the pinned Go versions in the workflow files to match. Edit
.github/workflows/check-pull-request.yaml (entries currently pinned to 1.22 and
1.23) and .github/workflows/publish-release.yaml (pinned to 1.23) to set their
setup action's go-version to 1.25.0 (the same value declared in go.mod) so all
CI jobs use Go 1.25.0.
c60271f to
01a5bb2
Compare
01a5bb2 to
c3c07b9
Compare
c3c07b9 to
c258f30
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
c258f30 to
c2aee01
Compare
|
@red-hat-konflux[bot]: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
This PR contains the following updates:
v0.257.0->v0.271.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
googleapis/google-api-go-client (google.golang.org/api)
v0.271.0Compare Source
Features
v0.270.0Compare Source
Features
v0.269.0Compare Source
Features
Bug Fixes
v0.268.0Compare Source
Features
v0.267.0Compare Source
Features
v0.266.0Compare Source
Features
v0.265.0Compare Source
Features
v0.264.0Compare Source
Features
v0.263.0Compare Source
Features
v0.262.0Compare Source
Features
Bug Fixes
v0.261.0Compare Source
Features
v0.260.0Compare Source
Features
v0.259.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
Miscellaneous Chores
v0.258.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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.