Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion detectors/gcp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp

go 1.23.8
go 1.23.0

toolchain go1.24.2
Copy link
Contributor

@psx95 psx95 Jun 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this mean that at least go1.24.2 is required to build and compile this project? I'm ok with this, but is this intentional ?

Edit: Saw the failing lint - was this added to address the failed lint check ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

toolchain is something that Go adds automatically now when you run go mod tidy. go1.24.2 was the local toolchain I was using. I've tried setting an env var in CI to ignore it.


require (
cloud.google.com/go/compute/metadata v0.7.0
Expand Down
4 changes: 3 additions & 1 deletion e2e-test-server/cloud_functions/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-server/cloudfunctions

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
cloud.google.com/go/pubsub v1.49.0
Expand Down
4 changes: 3 additions & 1 deletion e2e-test-server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-server

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
cloud.google.com/go/pubsub v1.49.0
Expand Down
4 changes: 3 additions & 1 deletion example/metric/collector/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric/collector

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
go.opentelemetry.io/otel v1.36.0
Expand Down
4 changes: 3 additions & 1 deletion example/metric/exponential_histogram/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric/exponential_histogram

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.52.0
Expand Down
4 changes: 3 additions & 1 deletion example/metric/otlpgrpc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric/otlpgrpc

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
go.opentelemetry.io/contrib/detectors/gcp v1.35.0
Expand Down
4 changes: 3 additions & 1 deletion example/metric/sdk/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric/sdk

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.52.0
Expand Down
4 changes: 3 additions & 1 deletion example/trace/http/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/http

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.28.0
Expand Down
4 changes: 3 additions & 1 deletion example/trace/otlpgrpc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/otlpgrpc

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
go.opentelemetry.io/otel v1.36.0
Expand Down
4 changes: 3 additions & 1 deletion example/trace/otlphttp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/otlphttp

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
go.opentelemetry.io/otel v1.36.0
Expand Down
4 changes: 3 additions & 1 deletion exporter/collector/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
cloud.google.com/go/logging v1.13.0
Expand Down
4 changes: 3 additions & 1 deletion exporter/collector/googlemanagedprometheus/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
github.com/prometheus/common v0.62.0
Expand Down
4 changes: 3 additions & 1 deletion exporter/collector/integrationtest/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/integrationtest

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
cloud.google.com/go/logging v1.13.0
Expand Down
4 changes: 3 additions & 1 deletion exporter/metric/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
cloud.google.com/go/monitoring v1.24.2
Expand Down
4 changes: 3 additions & 1 deletion exporter/trace/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
cloud.google.com/go/trace v1.11.6
Expand Down
4 changes: 3 additions & 1 deletion extension/googleclientauthextension/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
github.com/stretchr/testify v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go

go 1.23.8
go 1.23

retract (
v1.8.0
Expand Down
4 changes: 3 additions & 1 deletion internal/cloudmock/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
cloud.google.com/go/logging v1.13.0
Expand Down
4 changes: 3 additions & 1 deletion internal/resourcemapping/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping

go 1.23.8
go 1.23.0

toolchain go1.24.2

require (
go.opentelemetry.io/otel v1.36.0
Expand Down
4 changes: 3 additions & 1 deletion propagator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator

go 1.23.8
go 1.23.0

toolchain go1.24.2

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

go 1.23.8
go 1.23

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