chore(all): update deps (preview)#14455
Conversation
ℹ️ Artifact update noticeFile name: compute/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
There was a problem hiding this comment.
Code Review
This pull request updates several Go dependencies across the repository, including OpenTelemetry, Google API, and authentication libraries. The review feedback identifies version inconsistencies between the root go.mod and compute/go.mod for github.com/googleapis/gax-go/v2 and google.golang.org/genproto/googleapis/rpc, suggesting alignment to ensure consistency.
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect | ||
| github.com/googleapis/gax-go/v2 v2.19.0 // indirect | ||
| github.com/googleapis/gax-go/v2 v2.21.0 // indirect |
There was a problem hiding this comment.
The version of github.com/googleapis/gax-go/v2 is inconsistent with the version used in compute/go.mod (v2.22.0). It is recommended to keep dependency versions synchronized across all modules in the repository to ensure consistent behavior and avoid potential build issues.
| github.com/googleapis/gax-go/v2 v2.21.0 // indirect | |
| github.com/googleapis/gax-go/v2 v2.22.0 // indirect |
| golang.org/x/sys v0.42.0 // indirect | ||
| golang.org/x/text v0.35.0 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect |
There was a problem hiding this comment.
The version of google.golang.org/genproto/googleapis/rpc is inconsistent with the version used in compute/go.mod (v0.0.0-20260406210006-6f92a3bedf2d). Aligning these versions helps maintain consistency across the repository.
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect | |
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d // indirect |
References
- Go pseudo-versions with future dates are valid and should not be flagged as non-existent dependencies.
eb8a95d to
279c220
Compare
279c220 to
c634073
Compare
c634073 to
047e779
Compare
047e779 to
4bb4bb8
Compare
4bb4bb8 to
a9aea4a
Compare
|
Your PR doesn't have any required checks. Please add required checks to your preview branch and then re-add the label. Learn more about enabling these checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. |
This PR contains the following updates:
v2.21.0→v2.22.0v0.274.0→v0.276.08fb7ec1→e10c466Release Notes
googleapis/gax-go (github.com/googleapis/gax-go/v2)
v2.22.0: v2: v2.22.0Compare Source
v2.22.0 (2026-04-14)
googleapis/google-api-go-client (google.golang.org/api)
v0.276.0Compare Source
Features
v0.275.0Compare Source
Features
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.