Skip to content

chore(deps): update go#3015

Merged
Yuan325 merged 3 commits intogoogleapis:mainfrom
renovate-bot:renovate/go
Apr 17, 2026
Merged

chore(deps): update go#3015
Yuan325 merged 3 commits intogoogleapis:mainfrom
renovate-bot:renovate/go

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Apr 9, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
cloud.google.com/go/bigtable v1.45.0v1.46.0 age confidence require minor
cloud.google.com/go/dataplex v1.30.0v1.32.0 age confidence require minor
cloud.google.com/go/dataproc/v2 v2.17.0v2.19.0 age confidence require minor
cloud.google.com/go/geminidataanalytics v0.9.0v0.11.0 age confidence require minor
cloud.google.com/go/logging v1.13.2v1.16.0 age confidence require minor
cloud.google.com/go/longrunning v0.9.0v0.11.0 age confidence require minor
github.com/ClickHouse/clickhouse-go/v2 v2.44.0v2.45.0 age confidence require minor
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0v0.56.0 age confidence require minor
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0v1.32.0 age confidence require minor
github.com/snowflakedb/gosnowflake v1.19.0v1.19.1 age confidence require patch
github.com/testcontainers/testcontainers-go v0.41.0v0.42.0 age confidence require minor
github.com/testcontainers/testcontainers-go/modules/cockroachdb v0.41.0v0.42.0 age confidence require minor
github.com/testcontainers/testcontainers-go/modules/couchbase v0.41.0v0.42.0 age confidence require minor
github.com/valkey-io/valkey-go v1.0.73v1.0.74 age confidence require patch
go (source) 1.26.11.26.2 age confidence toolchain patch
go.opentelemetry.io/contrib/propagators/autoprop v0.67.0v0.68.0 age confidence require minor
google.golang.org/api v0.274.0v0.275.0 age confidence require minor v0.276.0
google.golang.org/genai v1.52.1v1.54.0 age confidence require minor
modernc.org/sqlite v1.48.1v1.48.2 age confidence require patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

googleapis/google-cloud-go (cloud.google.com/go/geminidataanalytics)

v0.11.0

Compare Source

  • Clients for spanner, pubsub and video are now in beta.

  • New client for DLP.

  • spanner: performance and testing improvements.

  • storage: requester-pays buckets are supported.

  • storage, profiler, bigtable, bigquery: bug fixes and other minor improvements.

  • pubsub: bug fixes and other minor improvements

v0.10.0

Compare Source

  • pubsub: Subscription.ModifyPushConfig replaced with Subscription.Update.

  • pubsub: Subscription.Receive now runs concurrently for higher throughput.

  • vision: cloud.google.com/go/vision is deprecated. Use
    cloud.google.com/go/vision/apiv1 instead.

  • translation: now stable.

  • trace: several changes to the surface. See the link below.

Code changes required from v0.9.0
  • pubsub: Replace

    sub.ModifyPushConfig(ctx, pubsub.PushConfig{Endpoint: "https://example.com/push"})
    

    with

    sub.Update(ctx, pubsub.SubscriptionConfigToUpdate{
        PushConfig: &pubsub.PushConfig{Endpoint: "https://example.com/push"},
    })
    
  • trace: traceGRPCServerInterceptor will be provided from *trace.Client.
    Given an initialized *trace.Client named tc, instead of

    s := grpc.NewServer(grpc.UnaryInterceptor(trace.GRPCServerInterceptor(tc)))
    

    write

    s := grpc.NewServer(grpc.UnaryInterceptor(tc.GRPCServerInterceptor()))
    
  • trace trace.GRPCClientInterceptor will also provided from *trace.Client.
    Instead of

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(trace.GRPCClientInterceptor()))
    

    write

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor()))
    
  • trace: We removed the deprecated trace.EnableGRPCTracing. Use the gRPC
    interceptor as a dial option as shown below when initializing Cloud package
    clients:

    c, err := pubsub.NewClient(ctx, "project-id", option.WithGRPCDialOption(grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor())))
    if err != nil {
        ...
    }
    
ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)

v2.45.0

Compare Source

What's Changed

Bug Fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.44.0...v2.45.0

GoogleCloudPlatform/opentelemetry-operations-go (github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric)

v0.56.0: v1.32.0/v0.56.0

Compare Source

What's Changed

New Contributors

Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.55.0...v0.56.0

snowflakedb/gosnowflake (github.com/snowflakedb/gosnowflake)

v1.19.1: Release

Compare Source

testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)

v0.42.0

Compare Source

What's Changed

⚠️ Breaking Changes

🔒 Security

🐛 Bug Fixes

🧹 Housekeeping

📦 Dependency updates

valkey-io/valkey-go (github.com/valkey-io/valkey-go)

v1.0.74: 1.0.74

Compare Source

Changes

  • feat: add SetOnInvalidations to DedicatedClient
  • feat: make valkeycompat.Pipeliner a Cmdable
  • fix: premature recycles in MGet/MSet helpers
  • fix: remove incorrect Start/Stop swap in valkeycompat.ZRange Rev
  • fix: add expiration key to valkeylimiter script execution

Contributors

We'd like to thank all the contributors who worked on this release!

@​Luis729, @​jinbum-kim, @​junsred, @​rueian and @​tmchow

golang/go (go)

v1.26.2

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

v0.275.0

Compare Source

Features
googleapis/go-genai (google.golang.org/genai)

v1.54.0

Compare Source

Features
  • Add "eu" as a supported service location for Vertex AI platform. (9245aba)
  • Add Live Avatar new fields (2ae252c)
  • Add webhook_config to batches.create() and models.generate_videos() (4790027)

v1.53.0

Compare Source

Miscellaneous Chores
cznic/sqlite (modernc.org/sqlite)

v1.48.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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.

👻 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

forking-renovate bot commented Apr 9, 2026

ℹ️ Artifact update notice

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):

  • 13 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.19.0 -> v0.20.0
cloud.google.com/go/iam v1.6.0 -> v1.7.0
cloud.google.com/go/monitoring v1.24.3 -> v1.25.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 -> v0.56.0
github.com/envoyproxy/go-control-plane/envoy v1.36.0 -> v1.37.0
github.com/googleapis/gax-go/v2 v2.20.0 -> v2.21.0
github.com/klauspost/compress v1.18.3 -> v1.18.5
github.com/shirou/gopsutil/v4 v4.26.2 -> v4.26.3
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65.0 -> v0.67.0
go.opentelemetry.io/contrib/propagators/aws v1.42.0 -> v1.43.0
go.opentelemetry.io/contrib/propagators/b3 v1.42.0 -> v1.43.0
go.opentelemetry.io/contrib/propagators/jaeger v1.42.0 -> v1.43.0
go.opentelemetry.io/contrib/propagators/ot v1.42.0 -> v1.43.0

@renovate-bot renovate-bot requested a review from a team as a code owner April 9, 2026 22:22
@dpebot
Copy link
Copy Markdown

dpebot commented Apr 9, 2026

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the tests: run Label to trigger Github Action tests. label Apr 9, 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 in go.mod, including cloud.google.com/go/logging, various OpenTelemetry exporters, and several Google Cloud SDK components. The review correctly identifies a potential inconsistency in the versioning of the google.golang.org/genproto sub-modules, suggesting that all components should be aligned to the same commit hash to prevent type mismatches.

Comment thread go.mod Outdated
@dpebot
Copy link
Copy Markdown

dpebot commented Apr 10, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 10, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 10, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 11, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 11, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 12, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 12, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 13, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 14, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 14, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 15, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 15, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 15, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 16, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 16, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 16, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 16, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 16, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 16, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 16, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 16, 2026

/gcbrun

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 16, 2026

/gcbrun

1 similar comment
@Yuan325
Copy link
Copy Markdown
Contributor

Yuan325 commented Apr 16, 2026

/gcbrun

@forking-renovate
Copy link
Copy Markdown

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@dpebot
Copy link
Copy Markdown

dpebot commented Apr 16, 2026

/gcbrun

1 similar comment
@Yuan325
Copy link
Copy Markdown
Contributor

Yuan325 commented Apr 16, 2026

/gcbrun

@Yuan325 Yuan325 merged commit d1c36e8 into googleapis:main Apr 17, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests: run Label to trigger Github Action tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants