Skip to content

Commit

Permalink
[chore] Remove required toolchain version from nopexporter (#10179)
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdandrutu authored May 21, 2024
1 parent e198328 commit e7dcfcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions exporter/nopexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module go.opentelemetry.io/collector/exporter/nopexporter

go 1.21

toolchain go1.21.6

require (
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.100.0
Expand Down
2 changes: 0 additions & 2 deletions receiver/nopreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module go.opentelemetry.io/collector/receiver/nopreceiver

go 1.21

toolchain go1.21.6

require (
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.100.0
Expand Down

0 comments on commit e7dcfcc

Please sign in to comment.