Skip to content

Commit e1cec2b

Browse files
authored
Make go version consistent on all go.mod files (#6082)
1 parent 32d1c6c commit e1cec2b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

examples/prometheus-federation/prom-counter/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/examples/prometheus-federation/prom-counter
22

3-
go 1.23.0
3+
go 1.23.7
44

55
require (
66
go.opentelemetry.io/otel v0.20.0

examples/splunk-hec-traces/tracing/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/examples/splunk-hec-traces/tracing
22

3-
go 1.23.0
3+
go 1.23.7
44

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

examples/splunk-hec/logging/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/examples/splunk-hec/logging
22

3-
go 1.23.0
3+
go 1.23.7
44

55
require go.uber.org/zap v1.27.0
66

internal/signalfx-agent/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/signalfx-agent
22

3-
go 1.23.0
3+
go 1.23.7
44

55
replace (
66
code.cloudfoundry.org/go-loggregator => github.com/signalfx/go-loggregator v1.0.1-0.20200205155641-5ba5ca92118d

internal/tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/internal/tools
22

3-
go 1.23.0
3+
go 1.23.7
44

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

packaging/dotnet-instr-deployer-add-on/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/splunk/splunk_otel_dotnet_deployer
22

3-
go 1.23.0
3+
go 1.23.7
44

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

pkg/extension/smartagentextension/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/pkg/extension/smartagentextension
22

3-
go 1.23.0
3+
go 1.23.7
44

55
require (
66
github.com/signalfx/defaults v1.2.2-0.20180531161417-70562fe60657

pkg/processor/timestampprocessor/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/pkg/processor/timestampprocessor
22

3-
go 1.23.0
3+
go 1.23.7
44

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

tests/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/tests
22

3-
go 1.23.0
3+
go 1.23.7
44

55
require (
66
github.com/docker/docker v28.0.1+incompatible

tests/tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/tests/tools
22

3-
go 1.23.0
3+
go 1.23.7
44

55
require github.com/Songmu/gotesplit v0.3.1
66

0 commit comments

Comments
 (0)