Skip to content

Commit

Permalink
Update go version to 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
david-sevcik committed Dec 10, 2024
1 parent 861044e commit 07fb2af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions cmd/solarwinds-otel-collector/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/solarwinds/solarwinds-otel-collector

go 1.22.7

toolchain go1.22.9
go 1.23.4

require (
github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/aesprovider v0.113.0
Expand Down
2 changes: 1 addition & 1 deletion exporter/solarwindsexporter/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/solarwinds/solarwinds-otel-collector/exporter/solarwindsexporter

go 1.22.7
go 1.23.4

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

go 1.22.7
go 1.23.4

require (
github.com/stretchr/testify v1.9.0
Expand Down

0 comments on commit 07fb2af

Please sign in to comment.