Build(deps): Bump cloud.google.com/go/iam from 1.5.3 to 1.9.0#1095
Build(deps): Bump cloud.google.com/go/iam from 1.5.3 to 1.9.0#1095dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go) from 1.5.3 to 1.9.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@iam/v1.5.3...iot/v1.9.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/iam dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
[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. |
Summary by CodeRabbit
WalkthroughUpdated Go toolchain directive from version 1.24.13 to 1.25.0 and bumped multiple direct and indirect dependencies, including cloud.google.com/go/iam, Google Cloud API, gRPC, and OpenTelemetry modules, along with various golang.org/x packages. 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 unit tests (beta)
Comment |
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: go.mod was bumped to Go 1.25.0 but CI workflows still install older Go
versions; update all GitHub Actions uses of the setup-go action to set
go-version: 1.25 so CI matches go.mod. Specifically, edit the workflows named
check-pull-request and publish-release to change every setup-go step's
go-version input to "1.25" (there are two occurrences in check-pull-request and
one in publish-release) so builds won't break after merging.
🪄 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 Plus
Run ID: 016b5f38-5f17-4fad-9964-fdfc6cf14a0c
⛔ 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 "== Locate Go version pins in CI and container tooling =="
fd -HI 'go\.(mod|sum)|Dockerfile|Containerfile|\.tool-versions|go\.work|.*\.ya?ml|.*\.yaml' . \
| xargs -r rg -n --no-heading -e '\bgo\s+1\.[0-9]+' -e 'golang:[0-9]+\.[0-9]+' -e 'setup-go' -e 'go-version'
echo
echo "== Focus on GitHub Actions setup-go entries (if present) =="
rg -n --no-heading -C2 'setup-go|go-version' .github/workflows || trueRepository: openshift-online/ocm-cli
Length of output: 2338
🏁 Script executed:
#!/bin/bash
set -euo pipefail
echo "== Search for Dockerfile, podman, and container configs =="
fd -HI '(Dockerfile|Containerfile|\.devcontainer)' . -x cat -n {}
echo
echo "== Check for any python/shell build scripts that might hardcode Go version =="
rg -l 'golang|go version|go.*1\.' . --type sh --type py | head -20 || trueRepository: openshift-online/ocm-cli
Length of output: 1498
🏁 Script executed:
#!/bin/bash
set -euo pipefail
echo "== Check UBI9 go-toolset image documentation for typical Go version =="
echo "Note: This image version may vary. Common versions in ubi9/go-toolset:latest range from 1.20-1.24"
echo
echo "== Confirm all GitHub Actions workflow files and their setup-go versions =="
find .github/workflows -name '*.yaml' -o -name '*.yml' | while read f; do
echo "File: $f"
grep -A1 'setup-go' "$f" | head -4 || echo " (no setup-go found)"
echo
doneRepository: openshift-online/ocm-cli
Length of output: 531
Update GitHub Actions workflows to Go 1.25.x before merging.
Line 3 upgrades go.mod to 1.25.0, but CI workflows still target 1.22–1.23. This mismatch will break builds immediately post-merge:
.github/workflows/check-pull-request.yaml: update setup-go togo-version: 1.25(both occurrences on lines 51 and 77).github/workflows/publish-release.yaml: update setup-go togo-version: 1.25(line 45)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@go.mod` at line 3, go.mod was bumped to Go 1.25.0 but CI workflows still
install older Go versions; update all GitHub Actions uses of the setup-go action
to set go-version: 1.25 so CI matches go.mod. Specifically, edit the workflows
named check-pull-request and publish-release to change every setup-go step's
go-version input to "1.25" (there are two occurrences in check-pull-request and
one in publish-release) so builds won't break after merging.
Bumps cloud.google.com/go/iam from 1.5.3 to 1.9.0.
Release notes
Sourced from cloud.google.com/go/iam's releases.
Changelog
Sourced from cloud.google.com/go/iam's changelog.
... (truncated)
Commits
54d941achore: librarian release pull request: 20260402T153541Z (#14330)22d0749docs(storage): UpdateEnableParallelUploaddocumentation (#14328)751febdfeat(spanner): Switch to using builtin open telemetry for EEF (#14193)a70f04fchore: add a config check (#14327)9e2b3f5chore: update sources and regenerate (#14325)e0760b5fix(spanner): set gauge metric start time to match end time (#14289)71df27fdocs(pubsub/v2): revamp package docs (#14317)a6efdbfchore: update librarian version (#14323)22cda56chore: update librariangen image SHA (#14315)1720392chore(all): update deps (main) (#14231)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)