Skip to content

build(deps): bump go.opentelemetry.io/proto/otlp from 1.2.0 to 1.3.1 in /exporters/otlp/otlplog/otlploghttp #185

build(deps): bump go.opentelemetry.io/proto/otlp from 1.2.0 to 1.3.1 in /exporters/otlp/otlplog/otlploghttp

build(deps): bump go.opentelemetry.io/proto/otlp from 1.2.0 to 1.3.1 in /exporters/otlp/otlplog/otlploghttp #185

Workflow file for this run

name: codespell
on:
push:
branches:
- main
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Codespell
run: make codespell