Skip to content

chore(all): update deps (preview)#14455

Open
renovate-bot wants to merge 1 commit intogoogleapis:previewfrom
renovate-bot:renovate/preview-deps
Open

chore(all): update deps (preview)#14455
renovate-bot wants to merge 1 commit intogoogleapis:previewfrom
renovate-bot:renovate/preview-deps

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/googleapis/gax-go/v2 v2.21.0v2.22.0 age confidence require minor
google.golang.org/api v0.274.0v0.276.0 age confidence require minor
google.golang.org/genproto/googleapis/api 8fb7ec1afd174a age confidence require digest

Release Notes

googleapis/gax-go (github.com/googleapis/gax-go/v2)

v2.22.0: v2: v2.22.0

Compare Source

v2.22.0 (2026-04-14)

googleapis/google-api-go-client (google.golang.org/api)

v0.276.0

Compare Source

Features

v0.275.0

Compare Source

Features

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate
Copy link
Copy Markdown

ℹ️ Artifact update notice

File name: compute/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.18.2 -> v0.20.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 -> v0.67.0
go.opentelemetry.io/otel v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/metric v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/sdk v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.42.0 -> v1.43.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 -> v0.0.0-20260406210006-6f92a3bedf2d
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.18.2 -> v0.20.0
github.com/googleapis/gax-go/v2 v2.19.0 -> v2.21.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 -> v0.67.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 -> v0.0.0-20260401024825-9d38bb4040a9

@renovate-bot renovate-bot requested review from a team as code owners April 20, 2026 01:05
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 20, 2026
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 20, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

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.

Comment thread go.mod
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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

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.

Suggested change
github.com/googleapis/gax-go/v2 v2.21.0 // indirect
github.com/googleapis/gax-go/v2 v2.22.0 // indirect

Comment thread go.mod
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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

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.

Suggested change
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
  1. Go pseudo-versions with future dates are valid and should not be flagged as non-existent dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants