Skip to content

chore(deps): bump go.opentelemetry.io/otel from 1.29.0 to 1.33.0 in /instrumentor in the otel-dependencies group #3562

chore(deps): bump go.opentelemetry.io/otel from 1.29.0 to 1.33.0 in /instrumentor in the otel-dependencies group

chore(deps): bump go.opentelemetry.io/otel from 1.29.0 to 1.33.0 in /instrumentor in the otel-dependencies group #3562

Workflow file for this run

name: go mod tidy
on:
merge_group:
pull_request:
jobs:
go-mod-tidy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: run make go-mod-tidy
run: make go-mod-tidy
- name: Check clean repository
run: make check-clean-work-tree