Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 7ec077e commit 4f173ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exporter/elasticsearchexporter/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasti

go 1.22.7

toolchain go1.22.8
toolchain go1.23.4

require (
github.com/elastic/go-docappender/v2 v2.3.2
Expand Down
2 changes: 1 addition & 1 deletion exporter/opencensusexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/opence

go 1.22.7

toolchain go1.22.8
toolchain go1.23.4

require (
github.com/census-instrumentation/opencensus-proto v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion receiver/opencensusreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opence

go 1.22.7

toolchain go1.22.8
toolchain go1.23.4

require (
github.com/census-instrumentation/opencensus-proto v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion testbed/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/testbed

go 1.22.7

toolchain go1.22.8
toolchain go1.23.4

require (
github.com/fluent/fluent-logger-golang v1.9.0
Expand Down

0 comments on commit 4f173ea

Please sign in to comment.