Skip to content

Commit be2354e

Browse files
committed
chore(deps): update dependency go to v1.25.1
1 parent 7130d1a commit be2354e

20 files changed

Lines changed: 20 additions & 20 deletions

File tree

detectors/gcp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
22

33
go 1.24.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
require (
88
cloud.google.com/go/compute/metadata v0.9.0

e2e-test-server/cloud_functions/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-serve
22

33
go 1.24.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
require (
88
cloud.google.com/go/pubsub/v2 v2.0.0

e2e-test-server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-serve
22

33
go 1.24.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
require (
88
cloud.google.com/go/pubsub/v2 v2.0.0

example/log/slogbridge/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/log/sl
22

33
go 1.24.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
require (
88
github.com/go-viper/mapstructure/v2 v2.4.0

example/metric/collector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric
22

33
go 1.24.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
require (
88
go.opentelemetry.io/otel v1.38.0

example/metric/exponential_histogram/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric
22

33
go 1.24.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
require (
88
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0

example/metric/otlpgrpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric
22

33
go 1.24.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
require (
88
go.opentelemetry.io/contrib/detectors/gcp v1.38.0

example/metric/sdk/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric
22

33
go 1.24.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
require (
88
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0

example/trace/http/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/
22

33
go 1.24.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
require (
88
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.30.0

example/trace/otlpgrpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/
22

33
go 1.24.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
require (
88
go.opentelemetry.io/otel v1.38.0

0 commit comments

Comments
 (0)