Skip to content

build(deps): bump the otel group with 7 updates#273

Merged
lahsivjar merged 1 commit intomainfrom
dependabot/go_modules/otel-223dad119e
Apr 1, 2026
Merged

build(deps): bump the otel group with 7 updates#273
lahsivjar merged 1 commit intomainfrom
dependabot/go_modules/otel-223dad119e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the otel group with 7 updates:

Package From To
go.opentelemetry.io/collector/component 1.54.0 1.55.0
go.opentelemetry.io/collector/component/componenttest 0.148.0 0.149.0
go.opentelemetry.io/collector/config/configcompression 1.54.0 1.55.0
go.opentelemetry.io/collector/config/confighttp 0.148.0 0.149.0
go.opentelemetry.io/collector/confmap 1.54.0 1.55.0
go.opentelemetry.io/collector/confmap/xconfmap 0.148.0 0.149.0
go.opentelemetry.io/collector/pdata 1.54.0 1.55.0

Updates go.opentelemetry.io/collector/component from 1.54.0 to 1.55.0

Release notes

Sourced from go.opentelemetry.io/collector/component's releases.

v1.55.0/v0.149.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.149.0

End User Changelog

🛑 Breaking changes 🛑

  • pkg/service: Remove service_name, service_instance_id, and service_version as constant labels on every internal metric datapoint. These attributes are already present in target_info and were being duplicated on each series for OpenCensus backwards compatibility. (#14811) Previously, the collector stamped every internal metric series (e.g. otelcol_process_runtime_heap_alloc_bytes) with service_name, service_instance_id, and service_version labels to match the old OpenCensus behavior. These attributes are now only present in the target_info metric, which is the correct Prometheus/OTel convention. Users who filter or group by these labels on individual metrics will need to update their queries to use target_info joins instead.

💡 Enhancements 💡

  • all: Move aix/ppc64 to tier 3 support (#13380)

  • all: Upgrade the profiles stability status to alpha (#14817) The following components have their profiles status upgraded from development to alpha:

    • pdata/pprofile
    • connector/forward
    • exporter/debug
    • receiver/nop
    • exporter/nop
    • exporter/otlp_grpc
    • exporter/otlp_http
  • cmd/mdatagen: Add semconv reference for attributes (#13297)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix entity code generation so extra_attributes are emitted as resource attributes instead of entity descriptive attributes. (#14778)

API Changelog

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/component's changelog.

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 01b07fc [chore] Prepare release v1.55.0/v0.149.0 (#15033)
  • 4d17eb8 Update All golang.org/x packages (#14994)
  • a58f96f Update module github.com/klauspost/compress to v1.18.5 (#14991)
  • 85f1268 [chore][mdatagen] Fix metrics test bug with resource attributes (#15008)
  • 6a56478 [mdatagen] Add semconv reference for attributes in metadata schema (#14646)
  • 9860d1b [chore] Update release schedule (#15013)
  • 2f66cc6 Update module github.com/knadh/koanf/v2 to v2.3.4 (#14992)
  • 3e733d0 Update module go.opentelemetry.io/otel to v1.42.0 (#14997)
  • dccf5c6 hore: remove MD018 markdownlint exception (#15005)
  • ba01037 [chore] Fix config validation generation to be deterministic (#15015)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/component/componenttest from 0.148.0 to 0.149.0

Changelog

Sourced from go.opentelemetry.io/collector/component/componenttest's changelog.

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 01b07fc [chore] Prepare release v1.55.0/v0.149.0 (#15033)
  • 4d17eb8 Update All golang.org/x packages (#14994)
  • a58f96f Update module github.com/klauspost/compress to v1.18.5 (#14991)
  • 85f1268 [chore][mdatagen] Fix metrics test bug with resource attributes (#15008)
  • 6a56478 [mdatagen] Add semconv reference for attributes in metadata schema (#14646)
  • 9860d1b [chore] Update release schedule (#15013)
  • 2f66cc6 Update module github.com/knadh/koanf/v2 to v2.3.4 (#14992)
  • 3e733d0 Update module go.opentelemetry.io/otel to v1.42.0 (#14997)
  • dccf5c6 hore: remove MD018 markdownlint exception (#15005)
  • ba01037 [chore] Fix config validation generation to be deterministic (#15015)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/config/configcompression from 1.54.0 to 1.55.0

Release notes

Sourced from go.opentelemetry.io/collector/config/configcompression's releases.

v1.55.0/v0.149.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.149.0

End User Changelog

🛑 Breaking changes 🛑

  • pkg/service: Remove service_name, service_instance_id, and service_version as constant labels on every internal metric datapoint. These attributes are already present in target_info and were being duplicated on each series for OpenCensus backwards compatibility. (#14811) Previously, the collector stamped every internal metric series (e.g. otelcol_process_runtime_heap_alloc_bytes) with service_name, service_instance_id, and service_version labels to match the old OpenCensus behavior. These attributes are now only present in the target_info metric, which is the correct Prometheus/OTel convention. Users who filter or group by these labels on individual metrics will need to update their queries to use target_info joins instead.

💡 Enhancements 💡

  • all: Move aix/ppc64 to tier 3 support (#13380)

  • all: Upgrade the profiles stability status to alpha (#14817) The following components have their profiles status upgraded from development to alpha:

    • pdata/pprofile
    • connector/forward
    • exporter/debug
    • receiver/nop
    • exporter/nop
    • exporter/otlp_grpc
    • exporter/otlp_http
  • cmd/mdatagen: Add semconv reference for attributes (#13297)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix entity code generation so extra_attributes are emitted as resource attributes instead of entity descriptive attributes. (#14778)

API Changelog

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/config/configcompression's changelog.

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 01b07fc [chore] Prepare release v1.55.0/v0.149.0 (#15033)
  • 4d17eb8 Update All golang.org/x packages (#14994)
  • a58f96f Update module github.com/klauspost/compress to v1.18.5 (#14991)
  • 85f1268 [chore][mdatagen] Fix metrics test bug with resource attributes (#15008)
  • 6a56478 [mdatagen] Add semconv reference for attributes in metadata schema (#14646)
  • 9860d1b [chore] Update release schedule (#15013)
  • 2f66cc6 Update module github.com/knadh/koanf/v2 to v2.3.4 (#14992)
  • 3e733d0 Update module go.opentelemetry.io/otel to v1.42.0 (#14997)
  • dccf5c6 hore: remove MD018 markdownlint exception (#15005)
  • ba01037 [chore] Fix config validation generation to be deterministic (#15015)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/config/confighttp from 0.148.0 to 0.149.0

Changelog

Sourced from go.opentelemetry.io/collector/config/confighttp's changelog.

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 01b07fc [chore] Prepare release v1.55.0/v0.149.0 (#15033)
  • 4d17eb8 Update All golang.org/x packages (#14994)
  • a58f96f Update module github.com/klauspost/compress to v1.18.5 (#14991)
  • 85f1268 [chore][mdatagen] Fix metrics test bug with resource attributes (#15008)
  • 6a56478 [mdatagen] Add semconv reference for attributes in metadata schema (#14646)
  • 9860d1b [chore] Update release schedule (#15013)
  • 2f66cc6 Update module github.com/knadh/koanf/v2 to v2.3.4 (#14992)
  • 3e733d0 Update module go.opentelemetry.io/otel to v1.42.0 (#14997)
  • dccf5c6 hore: remove MD018 markdownlint exception (#15005)
  • ba01037 [chore] Fix config validation generation to be deterministic (#15015)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/confmap from 1.54.0 to 1.55.0

Release notes

Sourced from go.opentelemetry.io/collector/confmap's releases.

v1.55.0/v0.149.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.149.0

End User Changelog

🛑 Breaking changes 🛑

  • pkg/service: Remove service_name, service_instance_id, and service_version as constant labels on every internal metric datapoint. These attributes are already present in target_info and were being duplicated on each series for OpenCensus backwards compatibility. (#14811) Previously, the collector stamped every internal metric series (e.g. otelcol_process_runtime_heap_alloc_bytes) with service_name, service_instance_id, and service_version labels to match the old OpenCensus behavior. These attributes are now only present in the target_info metric, which is the correct Prometheus/OTel convention. Users who filter or group by these labels on individual metrics will need to update their queries to use target_info joins instead.

💡 Enhancements 💡

  • all: Move aix/ppc64 to tier 3 support (#13380)

  • all: Upgrade the profiles stability status to alpha (#14817) The following components have their profiles status upgraded from development to alpha:

    • pdata/pprofile
    • connector/forward
    • exporter/debug
    • receiver/nop
    • exporter/nop
    • exporter/otlp_grpc
    • exporter/otlp_http
  • cmd/mdatagen: Add semconv reference for attributes (#13297)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix entity code generation so extra_attributes are emitted as resource attributes instead of entity descriptive attributes. (#14778)

API Changelog

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/confmap's changelog.

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 01b07fc [chore] Prepare release v1.55.0/v0.149.0 (#15033)
  • 4d17eb8 Update All golang.org/x packages (#14994)
  • a58f96f Update module github.com/klauspost/compress to v1.18.5 (#14991)
  • 85f1268 [chore][mdatagen] Fix metrics test bug with resource attributes (#15008)
  • 6a56478 [mdatagen] Add semconv reference for attributes in metadata schema (#14646)
  • 9860d1b [chore] Update release schedule (#15013)
  • 2f66cc6 Update module github.com/knadh/koanf/v2 to v2.3.4 (#14992)
  • 3e733d0 Update module go.opentelemetry.io/otel to v1.42.0 (#14997)
  • dccf5c6 hore: remove MD018 markdownlint exception (#15005)
  • ba01037 [chore] Fix config validation generation to be deterministic (#15015)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/confmap/xconfmap from 0.148.0 to 0.149.0

Changelog

Sourced from go.opentelemetry.io/collector/confmap/xconfmap's changelog.

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 01b07fc [chore] Prepare release v1.55.0/v0.149.0 (#15033)
  • 4d17eb8 Update All golang.org/x packages (#14994)
  • a58f96f Update module github.com/klauspost/compress to v1.18.5 (#14991)
  • 85f1268 [chore][mdatagen] Fix metrics test bug with resource attributes (#15008)
  • 6a56478 [mdatagen] Add semconv reference for attributes in metadata schema (#14646)
  • 9860d1b [chore] Update release schedule (#15013)
  • 2f66cc6 Update module github.com/knadh/koanf/v2 to v2.3.4 (#14992)
  • 3e733d0 Update module go.opentelemetry.io/otel to v1.42.0 (#14997)
  • dccf5c6 hore: remove MD018 markdownlint exception (#15005)
  • ba01037 [chore] Fix config validation generation to be deterministic (#15015)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/pdata from 1.54.0 to 1.55.0

Release notes

Sourced from go.opentelemetry.io/collector/pdata's releases.

v1.55.0/v0.149.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.149.0

End User Changelog

🛑 Breaking changes 🛑

  • pkg/service: Remove service_name, service_instance_id, and service_version as constant labels on every internal metric datapoint. These attributes are already present in target_info and were being duplicated on each series for OpenCensus backwards compatibility. (#14811) Previously, the collector stamped every internal metric series (e.g. otelcol_process_runtime_heap_alloc_bytes) with service_name, service_instance_id, and service_version labels to match the old OpenCensus behavior. These attributes are now only present in the target_info metric, which is the correct Prometheus/OTel convention. Users who filter or group by these labels on individual metrics will need to update their queries to use target_info joins instead.

💡 Enhancements 💡

  • all: Move aix/ppc64 to tier 3 support (#13380)

  • all: Upgrade the profiles stability status to alpha (#14817) The following components have their profiles status upgraded from development to alpha:

    • pdata/pprofile
    • connector/forward
    • exporter/debug
    • receiver/nop
    • exporter/nop
    • exporter/otlp_grpc
    • exporter/otlp_http
  • cmd/mdatagen: Add semconv reference for attributes (#13297)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix entity code generation so extra_attributes are emitted as resource attributes instead of entity descriptive attributes. (#14778)

API Changelog

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/pdata's changelog.

v1.55.0/v0.149.0

💡 Enhancements 💡

  • cmd/mdatagen: Added ability to generate required fields validation to config go structs generated by mdatagen (#14563)

🧰 Bug fixes 🧰

  • cmd/mdatagen: Fix RootPackage to use go module root instead of git repo root (#14801) Fixes issue with running mdatagen when the git repository root is different from the go module root.
Commits
  • 01b07fc [chore] Prepare release v1.55.0/v0.149.0 (#15033)
  • 4d17eb8 Update All golang.org/x packages (#14994)
  • a58f96f Update module github.com/klauspost/compress to v1.18.5 (#14991)
  • 85f1268 [chore][mdatagen] Fix metrics test bug with resource attributes (#15008)
  • 6a56478 [mdatagen] Add semconv reference for attributes in metadata schema (#14646)
  • 9860d1b [chore] Update release schedule (#15013)
  • 2f66cc6 Update module github.com/knadh/koanf/v2 to v2.3.4 (#14992)
  • 3e733d0 Update module go.opentelemetry.io/otel to v1.42.0 (#14997)
  • dccf5c6 hore: remove MD018 markdownlint exception (#15005)
  • ba01037 [chore] Fix config validation generation to be deterministic (#15015)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the otel group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [go.opentelemetry.io/collector/component](https://github.com/open-telemetry/opentelemetry-collector) | `1.54.0` | `1.55.0` |
| [go.opentelemetry.io/collector/component/componenttest](https://github.com/open-telemetry/opentelemetry-collector) | `0.148.0` | `0.149.0` |
| [go.opentelemetry.io/collector/config/configcompression](https://github.com/open-telemetry/opentelemetry-collector) | `1.54.0` | `1.55.0` |
| [go.opentelemetry.io/collector/config/confighttp](https://github.com/open-telemetry/opentelemetry-collector) | `0.148.0` | `0.149.0` |
| [go.opentelemetry.io/collector/confmap](https://github.com/open-telemetry/opentelemetry-collector) | `1.54.0` | `1.55.0` |
| [go.opentelemetry.io/collector/confmap/xconfmap](https://github.com/open-telemetry/opentelemetry-collector) | `0.148.0` | `0.149.0` |
| [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) | `1.54.0` | `1.55.0` |


Updates `go.opentelemetry.io/collector/component` from 1.54.0 to 1.55.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.54.0...pdata/v1.55.0)

Updates `go.opentelemetry.io/collector/component/componenttest` from 0.148.0 to 0.149.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.148.0...v0.149.0)

Updates `go.opentelemetry.io/collector/config/configcompression` from 1.54.0 to 1.55.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.54.0...pdata/v1.55.0)

Updates `go.opentelemetry.io/collector/config/confighttp` from 0.148.0 to 0.149.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.148.0...v0.149.0)

Updates `go.opentelemetry.io/collector/confmap` from 1.54.0 to 1.55.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.54.0...pdata/v1.55.0)

Updates `go.opentelemetry.io/collector/confmap/xconfmap` from 0.148.0 to 0.149.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.148.0...v0.149.0)

Updates `go.opentelemetry.io/collector/pdata` from 1.54.0 to 1.55.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@pdata/v1.54.0...pdata/v1.55.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/component
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/component/componenttest
  dependency-version: 0.149.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/config/configcompression
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/config/confighttp
  dependency-version: 0.149.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/confmap
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/confmap/xconfmap
  dependency-version: 0.149.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 1, 2026
@lahsivjar lahsivjar merged commit 2be8e4c into main Apr 1, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/otel-223dad119e branch April 1, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant