Skip to content

Commit 20b6429

Browse files
committed
go.mod: use go 1.23
We don't want our packages to force a Go version bump upstream. This PR changes our modules to just use `go 1.23` with no patch version.
1 parent d0b1fbf commit 20b6429

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

detectors/gcp/go.mod

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

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
cloud.google.com/go/compute/metadata v0.7.0

e2e-test-server/cloud_functions/go.mod

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

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
cloud.google.com/go/pubsub v1.49.0

e2e-test-server/go.mod

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

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
cloud.google.com/go/pubsub v1.49.0

example/metric/collector/go.mod

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

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
go.opentelemetry.io/otel v1.36.0

example/metric/exponential_histogram/go.mod

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

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.52.0

example/metric/otlpgrpc/go.mod

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

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
go.opentelemetry.io/contrib/detectors/gcp v1.35.0

example/metric/sdk/go.mod

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

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.52.0

example/trace/http/go.mod

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

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.28.0

example/trace/otlpgrpc/go.mod

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

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
go.opentelemetry.io/otel v1.36.0

example/trace/otlphttp/go.mod

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

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
go.opentelemetry.io/otel v1.36.0

exporter/collector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector
22

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
cloud.google.com/go/logging v1.13.0

exporter/collector/googlemanagedprometheus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus
22

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
github.com/prometheus/common v0.62.0

exporter/collector/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/integrationtest
22

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
cloud.google.com/go/logging v1.13.0

exporter/metric/go.mod

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

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
cloud.google.com/go/monitoring v1.24.2

exporter/trace/go.mod

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

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
cloud.google.com/go/trace v1.11.6

extension/googleclientauthextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension
22

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
github.com/stretchr/testify v1.10.0

go.mod

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

3-
go 1.23.8
3+
go 1.23
44

55
retract (
66
v1.8.0

internal/cloudmock/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock
22

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
cloud.google.com/go/logging v1.13.0

internal/resourcemapping/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
22

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
go.opentelemetry.io/otel v1.36.0

propagator/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator
22

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
github.com/google/go-cmp v0.7.0

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/tools
22

3-
go 1.23.8
3+
go 1.23
44

55
require (
66
github.com/client9/misspell v0.3.4

0 commit comments

Comments
 (0)