Skip to content

Commit

Permalink
[chore] remove toolchain directive (#31224)
Browse files Browse the repository at this point in the history
Unclear why these ended up here, removing them.

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored Mar 1, 2024
1 parent d728657 commit ad9eda5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions confmap/provider/secretsmanagerprovider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provide

go 1.21

toolchain go1.21.6

require (
github.com/aws/aws-sdk-go-v2 v1.25.2
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.28.1
Expand Down
2 changes: 0 additions & 2 deletions connector/servicegraphconnector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/connector/servi

go 1.21

toolchain go1.21.6

require (
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/component v0.95.0
Expand Down
2 changes: 0 additions & 2 deletions extension/storage/dbstorage/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/stora

go 1.21

toolchain go1.21.6

require (
github.com/jackc/pgx/v4 v4.18.1
github.com/mattn/go-sqlite3 v1.14.22
Expand Down
2 changes: 0 additions & 2 deletions extension/storage/filestorage/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/stora

go 1.21

toolchain go1.21.6

require (
github.com/stretchr/testify v1.8.4
go.etcd.io/bbolt v1.3.9
Expand Down

0 comments on commit ad9eda5

Please sign in to comment.