diff --git a/detectors/gcp/go.mod b/detectors/gcp/go.mod index cb6514c5b..c39556cd2 100644 --- a/detectors/gcp/go.mod +++ b/detectors/gcp/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( cloud.google.com/go/compute/metadata v0.9.0 diff --git a/e2e-test-server/cloud_functions/go.mod b/e2e-test-server/cloud_functions/go.mod index cce353861..fd8509a3e 100644 --- a/e2e-test-server/cloud_functions/go.mod +++ b/e2e-test-server/cloud_functions/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-serve go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( cloud.google.com/go/pubsub/v2 v2.0.0 diff --git a/e2e-test-server/go.mod b/e2e-test-server/go.mod index 83c3292e8..4e8838a20 100644 --- a/e2e-test-server/go.mod +++ b/e2e-test-server/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-serve go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( cloud.google.com/go/pubsub/v2 v2.0.0 diff --git a/example/log/slogbridge/go.mod b/example/log/slogbridge/go.mod index 553e5e5ee..06f8ee153 100644 --- a/example/log/slogbridge/go.mod +++ b/example/log/slogbridge/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/log/sl go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( github.com/go-viper/mapstructure/v2 v2.4.0 diff --git a/example/metric/collector/go.mod b/example/metric/collector/go.mod index f4423e39f..3a195c202 100644 --- a/example/metric/collector/go.mod +++ b/example/metric/collector/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( go.opentelemetry.io/otel v1.38.0 diff --git a/example/metric/exponential_histogram/go.mod b/example/metric/exponential_histogram/go.mod index a92537844..666020bc2 100644 --- a/example/metric/exponential_histogram/go.mod +++ b/example/metric/exponential_histogram/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 diff --git a/example/metric/otlpgrpc/go.mod b/example/metric/otlpgrpc/go.mod index f1e970e17..9875747fc 100644 --- a/example/metric/otlpgrpc/go.mod +++ b/example/metric/otlpgrpc/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( go.opentelemetry.io/contrib/detectors/gcp v1.38.0 diff --git a/example/metric/sdk/go.mod b/example/metric/sdk/go.mod index 4400bd2ce..74ae4d1b4 100644 --- a/example/metric/sdk/go.mod +++ b/example/metric/sdk/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 diff --git a/example/trace/http/go.mod b/example/trace/http/go.mod index 1f28a12ca..98d32f63d 100644 --- a/example/trace/http/go.mod +++ b/example/trace/http/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/ go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.30.0 diff --git a/example/trace/otlpgrpc/go.mod b/example/trace/otlpgrpc/go.mod index ea278a1b5..8c68f3cfa 100644 --- a/example/trace/otlpgrpc/go.mod +++ b/example/trace/otlpgrpc/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/ go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 // [START opentelemetry_otlp_grpc_deps] require ( diff --git a/example/trace/otlphttp/go.mod b/example/trace/otlphttp/go.mod index 664185ff3..e8e823819 100644 --- a/example/trace/otlphttp/go.mod +++ b/example/trace/otlphttp/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/ go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( go.opentelemetry.io/otel v1.38.0 diff --git a/exporter/collector/go.mod b/exporter/collector/go.mod index 81c944d86..9477ec1f0 100644 --- a/exporter/collector/go.mod +++ b/exporter/collector/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/colle go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( cloud.google.com/go/logging v1.13.0 diff --git a/exporter/collector/googlemanagedprometheus/go.mod b/exporter/collector/googlemanagedprometheus/go.mod index 1dcaef32e..2e2525463 100644 --- a/exporter/collector/googlemanagedprometheus/go.mod +++ b/exporter/collector/googlemanagedprometheus/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/colle go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( github.com/prometheus/common v0.66.1 diff --git a/exporter/collector/integrationtest/go.mod b/exporter/collector/integrationtest/go.mod index 1e20cb79c..f0502c0fb 100644 --- a/exporter/collector/integrationtest/go.mod +++ b/exporter/collector/integrationtest/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/colle go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( cloud.google.com/go/logging v1.13.0 diff --git a/exporter/metric/go.mod b/exporter/metric/go.mod index 6315367c5..5313f5f45 100644 --- a/exporter/metric/go.mod +++ b/exporter/metric/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metri go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( cloud.google.com/go/monitoring v1.24.2 diff --git a/exporter/trace/go.mod b/exporter/trace/go.mod index 5e6cf4829..a7875ec0b 100644 --- a/exporter/trace/go.mod +++ b/exporter/trace/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( cloud.google.com/go/trace v1.11.6 diff --git a/extension/googleclientauthextension/go.mod b/extension/googleclientauthextension/go.mod index 81b3eb780..b3e596e88 100644 --- a/extension/googleclientauthextension/go.mod +++ b/extension/googleclientauthextension/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/goog go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( github.com/stretchr/testify v1.11.1 diff --git a/go.mod b/go.mod index 7024ba7bd..d36f04e89 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 retract ( v1.8.0 diff --git a/internal/cloudmock/go.mod b/internal/cloudmock/go.mod index 40c0826cd..1230b53bd 100644 --- a/internal/cloudmock/go.mod +++ b/internal/cloudmock/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloud go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( cloud.google.com/go/logging v1.13.0 diff --git a/internal/resourcemapping/go.mod b/internal/resourcemapping/go.mod index 49fd909a0..94a610c52 100644 --- a/internal/resourcemapping/go.mod +++ b/internal/resourcemapping/go.mod @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resou go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.6 require ( go.opentelemetry.io/otel v1.38.0