Skip to content

Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.45.0 to 1.46.0 in /example #506

Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.45.0 to 1.46.0 in /example

Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.45.0 to 1.46.0 in /example #506

Workflow file for this run

name: links
on:
push:
branches: [main]
pull_request:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: lycheeverse/lychee-action@v2.9.0
with:
args: >-
-v -n "*.md" "**/*.md"
--exclude "http://localhost*"
- name: fail for link errors
run: exit ${{ steps.lychee.outputs.exit_code }}