Skip to content
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

[chore] remove toolchain directive #31224

Merged
merged 1 commit into from
Mar 1, 2024
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: 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
Loading