Skip to content

[chore] Make go version consistent on all go.mod files #6082

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion examples/prometheus-federation/prom-counter/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/examples/prometheus-federation/prom-counter

go 1.23.0
go 1.23.7

require (
go.opentelemetry.io/otel v0.20.0
Expand Down
2 changes: 1 addition & 1 deletion examples/splunk-hec-traces/tracing/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/examples/splunk-hec-traces/tracing

go 1.23.0
go 1.23.7

require (
go.opentelemetry.io/otel v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion examples/splunk-hec/logging/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/examples/splunk-hec/logging

go 1.23.0
go 1.23.7

require go.uber.org/zap v1.27.0

Expand Down
2 changes: 1 addition & 1 deletion internal/signalfx-agent/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/signalfx-agent

go 1.23.0
go 1.23.7

replace (
code.cloudfoundry.org/go-loggregator => github.com/signalfx/go-loggregator v1.0.1-0.20200205155641-5ba5ca92118d
Expand Down
2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/internal/tools

go 1.23.0
go 1.23.7

require (
github.com/client9/misspell v0.3.4
Expand Down
2 changes: 1 addition & 1 deletion packaging/dotnet-instr-deployer-add-on/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/splunk/splunk_otel_dotnet_deployer

go 1.23.0
go 1.23.7

require github.com/stretchr/testify v1.10.0

Expand Down
2 changes: 1 addition & 1 deletion pkg/extension/smartagentextension/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/pkg/extension/smartagentextension

go 1.23.0
go 1.23.7

require (
github.com/signalfx/defaults v1.2.2-0.20180531161417-70562fe60657
Expand Down
2 changes: 1 addition & 1 deletion pkg/processor/timestampprocessor/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/pkg/processor/timestampprocessor

go 1.23.0
go 1.23.7

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

go 1.23.0
go 1.23.7

require (
github.com/docker/docker v28.0.1+incompatible
Expand Down
2 changes: 1 addition & 1 deletion tests/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/tests/tools

go 1.23.0
go 1.23.7

require github.com/Songmu/gotesplit v0.3.1

Expand Down
Loading