Skip to content

fix(deps): update golang #2954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 7, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
cloud.google.com/go/alloydbconn v1.15.0 -> v1.15.4 age confidence require patch
cloud.google.com/go/compute/metadata v0.6.0 -> v0.7.0 age confidence require minor
cloud.google.com/go/profiler v0.4.2 -> v0.4.3 age confidence require patch
cloud.google.com/go/secretmanager v1.14.6 -> v1.15.0 age confidence require minor
github.com/go-playground/validator/v10 v10.25.0 -> v10.27.0 age confidence require minor
github.com/jackc/pgx/v5 v5.7.4 -> v5.7.5 age confidence require patch
go (source) 1.24.3 -> 1.24.5 age confidence toolchain patch
go (source) 1.24.1 -> 1.24.5 age confidence toolchain patch
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 -> v0.62.0 age confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 -> v0.62.0 age confidence require minor
go.opentelemetry.io/otel v1.35.0 -> v1.37.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 -> v1.37.0 age confidence require minor
go.opentelemetry.io/otel/sdk v1.35.0 -> v1.37.0 age confidence require minor
golang.org/x/net v0.38.0 -> v0.42.0 age confidence require minor
google.golang.org/grpc v1.71.0 -> v1.74.2 age confidence require minor

Release Notes

googlecloudplatform/alloydb-go-connector (cloud.google.com/go/alloydbconn)

v1.15.4

Compare Source

Bug Fixes

v1.15.3

Compare Source

Bug Fixes
  • reduce the number of memory allocations and latency overhead (#​686) (274ce04)

v1.15.2

Compare Source

Bug Fixes

v1.15.1

Compare Source

Bug Fixes
googleapis/google-cloud-go (cloud.google.com/go/compute/metadata)

v0.7.0

Compare Source

  • Release of a client library for Spanner. See
    the
    blog
    post
    .
    Note that although the Spanner service is beta, the Go client library is alpha.
go-playground/validator (github.com/go-playground/validator/v10)

v10.27.0: Release 10.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.26.0...v10.27.0

v10.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.25.0...v10.26.0

jackc/pgx (github.com/jackc/pgx/v5)

v5.7.5

Compare Source

golang/go (go)

v1.24.5

v1.24.4

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.37.0: Release 1.37.0/0.59.0/0.13.0

Compare Source

Added
  • The go.opentelemetry.io/otel/semconv/v1.33.0 package.
    The package contains semantic conventions from the v1.33.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.32.0.(#​6799)
  • The go.opentelemetry.io/otel/semconv/v1.34.0 package.
    The package contains semantic conventions from the v1.34.0 version of the OpenTelemetry Semantic Conventions. (#​6812)
  • Add metric's schema URL as otel_scope_schema_url label in go.opentelemetry.io/otel/exporters/prometheus. (#​5947)
  • Add metric's scope attributes as otel_scope_[attribute] labels in go.opentelemetry.io/otel/exporters/prometheus. (#​5947)
  • Add EventName to EnabledParameters in go.opentelemetry.io/otel/log. (#​6825)
  • Add EventName to EnabledParameters in go.opentelemetry.io/otel/sdk/log. (#​6825)
  • Changed handling of go.opentelemetry.io/otel/exporters/prometheus metric renaming to add unit suffixes when it doesn't match one of the pre-defined values in the unit suffix map. (#​6839)
Changed
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/bridge/opentracing. (#​6827)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/exporters/zipkin. (#​6829)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/metric. (#​6832)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/resource. (#​6834)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/trace. (#​6835)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/trace. (#​6836)
  • Record.Resource now returns *resource.Resource instead of resource.Resource in go.opentelemetry.io/otel/sdk/log. (#​6864)
  • Retry now shows error cause for context timeout in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6898)
Fixed
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#​6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#​6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​6710)
  • Validate exponential histogram scale range for Prometheus compatibility in go.opentelemetry.io/otel/exporters/prometheus. (#​6822)
  • Context cancellation during metric pipeline produce does not corrupt data in go.opentelemetry.io/otel/sdk/metric. (#​6914)
Removed
  • go.opentelemetry.io/otel/exporters/prometheus no longer exports otel_scope_info metric. (#​6770)
What's Changed

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 forking-renovate bot added dependencies Pull requests that update a dependency file lang: go Issues specific to Go. labels Apr 7, 2025
@renovate-bot renovate-bot requested a review from a team as a code owner April 7, 2025 00:59
Copy link

forking-renovate bot commented Apr 21, 2025

ℹ Artifact update notice

File name: src/checkoutservice/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):

  • 25 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.116.0 -> v0.121.2
cloud.google.com/go/auth v0.11.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.6 -> v0.2.8
cloud.google.com/go/compute/metadata v0.6.0 -> v0.7.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 -> v0.0.0-20250602020802-c6617b811d0e
github.com/google/s2a-go v0.1.8 -> v0.1.9
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
github.com/googleapis/gax-go/v2 v2.14.0 -> v2.14.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 -> v2.27.1
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.37.0
go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.0
golang.org/x/crypto v0.36.0 -> v0.39.0
golang.org/x/net v0.38.0 -> v0.41.0
golang.org/x/oauth2 v0.27.0 -> v0.30.0
golang.org/x/sync v0.12.0 -> v0.15.0
golang.org/x/sys v0.31.0 -> v0.33.0
golang.org/x/text v0.23.0 -> v0.26.0
golang.org/x/time v0.8.0 -> v0.11.0
google.golang.org/api v0.210.0 -> v0.235.0
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 -> v0.0.0-20250505200425-f936aa4a68b2
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250603155806-513f23925822
File name: src/frontend/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):

  • 24 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23 -> 1.23.0
cloud.google.com/go v0.116.0 -> v0.121.2
cloud.google.com/go/auth v0.11.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.6 -> v0.2.8
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 -> v0.0.0-20250602020802-c6617b811d0e
github.com/google/s2a-go v0.1.8 -> v0.1.9
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
github.com/googleapis/gax-go/v2 v2.14.0 -> v2.14.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 -> v2.27.1
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.37.0
go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.0
golang.org/x/crypto v0.33.0 -> v0.39.0
golang.org/x/net v0.35.0 -> v0.41.0
golang.org/x/oauth2 v0.26.0 -> v0.30.0
golang.org/x/sync v0.11.0 -> v0.15.0
golang.org/x/sys v0.30.0 -> v0.33.0
golang.org/x/text v0.22.0 -> v0.26.0
golang.org/x/time v0.8.0 -> v0.11.0
google.golang.org/api v0.210.0 -> v0.235.0
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 -> v0.0.0-20250505200425-f936aa4a68b2
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250603155806-513f23925822
File name: src/productcatalogservice/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):

  • 32 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.118.3 -> v0.121.2
cloud.google.com/go/alloydb v1.14.1 -> v1.18.0
cloud.google.com/go/auth v0.15.0 -> v0.16.2
cloud.google.com/go/auth/oauth2adapt v0.2.7 -> v0.2.8
cloud.google.com/go/compute/metadata v0.6.0 -> v0.7.0
cloud.google.com/go/iam v1.4.1 -> v1.5.2
cloud.google.com/go/longrunning v0.6.4 -> v0.6.7
cloud.google.com/go/monitoring v1.24.0 -> v1.24.2
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 -> v0.53.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 -> v0.53.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 -> v0.0.0-20250602020802-c6617b811d0e
github.com/googleapis/enterprise-certificate-proxy v0.3.5 -> v0.3.6
github.com/googleapis/gax-go/v2 v2.14.1 -> v2.14.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 -> v2.27.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 -> v0.61.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/sdk/metric v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.37.0
go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.0
golang.org/x/crypto v0.36.0 -> v0.39.0
golang.org/x/net v0.38.0 -> v0.41.0
golang.org/x/oauth2 v0.28.0 -> v0.30.0
golang.org/x/sync v0.12.0 -> v0.15.0
golang.org/x/sys v0.31.0 -> v0.33.0
golang.org/x/text v0.23.0 -> v0.26.0
golang.org/x/time v0.11.0 -> v0.12.0
google.golang.org/api v0.224.0 -> v0.240.0
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250505200425-f936aa4a68b2
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250707201910-8d1bb00bc6a7
File name: src/shippingservice/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):

  • 23 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.116.0 -> v0.121.2
cloud.google.com/go/auth v0.11.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.6 -> v0.2.8
cloud.google.com/go/compute/metadata v0.6.0 -> v0.7.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 -> v0.0.0-20250602020802-c6617b811d0e
github.com/google/s2a-go v0.1.8 -> v0.1.9
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
github.com/googleapis/gax-go/v2 v2.14.0 -> v2.14.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.60.0
go.opentelemetry.io/otel v1.34.0 -> v1.36.0
go.opentelemetry.io/otel/metric v1.34.0 -> v1.36.0
go.opentelemetry.io/otel/trace v1.34.0 -> v1.36.0
golang.org/x/crypto v0.36.0 -> v0.40.0
golang.org/x/oauth2 v0.27.0 -> v0.30.0
golang.org/x/sync v0.12.0 -> v0.16.0
golang.org/x/sys v0.31.0 -> v0.34.0
golang.org/x/text v0.23.0 -> v0.27.0
golang.org/x/time v0.8.0 -> v0.11.0
google.golang.org/api v0.210.0 -> v0.235.0
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 -> v0.0.0-20250505200425-f936aa4a68b2
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 -> v0.0.0-20250528174236-200df99c418a
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250528174236-200df99c418a

@renovate-bot renovate-bot force-pushed the renovate/golang branch 2 times, most recently from 5bde9c7 to a3d3240 Compare April 28, 2025 05:05
@renovate-bot renovate-bot force-pushed the renovate/golang branch 4 times, most recently from 3d2f1b4 to 97c053c Compare May 25, 2025 03:58
@renovate-bot renovate-bot force-pushed the renovate/golang branch 9 times, most recently from 68abcb6 to fb2a001 Compare June 2, 2025 20:20
@renovate-bot renovate-bot force-pushed the renovate/golang branch 7 times, most recently from 38a7d8a to 3c474ab Compare June 18, 2025 21:26
@renovate-bot renovate-bot force-pushed the renovate/golang branch 8 times, most recently from 4d93af4 to 3621a04 Compare June 27, 2025 19:13
@renovate-bot renovate-bot force-pushed the renovate/golang branch 7 times, most recently from 8d270b3 to e514860 Compare July 9, 2025 09:37
@renovate-bot renovate-bot force-pushed the renovate/golang branch 4 times, most recently from 211cce0 to 4e400e6 Compare July 15, 2025 19:05
@renovate-bot renovate-bot force-pushed the renovate/golang branch 3 times, most recently from 020c7e4 to 902a382 Compare July 23, 2025 22:17
@renovate-bot renovate-bot force-pushed the renovate/golang branch 5 times, most recently from 1f546c6 to 314c141 Compare July 25, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file lang: go Issues specific to Go.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant