Bump go.opentelemetry.io/otel/sdk from 1.35.0 to 1.40.0 (#50)

* Bump go.opentelemetry.io/otel/sdk from 1.35.0 to 1.40.0

Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.35.0 to 1.40.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.35.0...v1.40.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.40.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* [lint] Add metric package naming exclusion

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Carrillo <daniel.carrillo@gmail.com>
This commit is contained in:
dependabot[bot]
2026-03-03 17:29:34 +01:00
committed by GitHub
parent 473c859163
commit c3d113447d
3 changed files with 73 additions and 26 deletions

View File

@@ -42,6 +42,11 @@ linters:
- all
exclusions:
generated: lax
rules:
- linters:
- revive
path: internal/metrics/
text: "var-naming: avoid package names that conflict with Go standard library package names"
presets:
- comments
- common-false-positives