Skip to content

Commit

Permalink
Update dependency go to v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 23, 2024
1 parent 8e29c72 commit 3a9d56b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion e2e-test-server/cloud_functions/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-serve

go 1.22

toolchain go1.22.0
toolchain go1.23.3

require (
cloud.google.com/go/pubsub v1.45.1
Expand Down
2 changes: 1 addition & 1 deletion e2e-test-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-serve

go 1.22

toolchain go1.22.0
toolchain go1.23.3

require (
cloud.google.com/go/pubsub v1.45.1
Expand Down
2 changes: 1 addition & 1 deletion example/metric/collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric

go 1.22

toolchain go1.22.0
toolchain go1.23.3

require (
go.opentelemetry.io/otel v1.30.0
Expand Down
2 changes: 1 addition & 1 deletion example/metric/exponential_histogram/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric

go 1.22

toolchain go1.22.0
toolchain go1.23.3

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0
Expand Down
2 changes: 1 addition & 1 deletion example/metric/sdk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric

go 1.22

toolchain go1.22.0
toolchain go1.23.3

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0
Expand Down
2 changes: 1 addition & 1 deletion example/trace/http/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/

go 1.22

toolchain go1.22.0
toolchain go1.23.3

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.25.0
Expand Down
2 changes: 1 addition & 1 deletion exporter/metric/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metri

go 1.22

toolchain go1.22.0
toolchain go1.23.3

require (
cloud.google.com/go/monitoring v1.21.2
Expand Down
2 changes: 1 addition & 1 deletion exporter/trace/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace

go 1.22

toolchain go1.22.0
toolchain go1.23.3

require (
cloud.google.com/go/trace v1.11.2
Expand Down
2 changes: 1 addition & 1 deletion internal/resourcemapping/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resou

go 1.22

toolchain go1.22.0
toolchain go1.23.3

require (
go.opentelemetry.io/otel v1.30.0
Expand Down
2 changes: 1 addition & 1 deletion propagator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator

go 1.22

toolchain go1.22.0
toolchain go1.23.3

require (
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/tools

go 1.22.1

toolchain go1.23.1
toolchain go1.23.3

require (
github.com/client9/misspell v0.3.4
Expand Down

0 comments on commit 3a9d56b

Please sign in to comment.