Skip to content

Bump go.opentelemetry.io/otel/exporters/prometheus from 0.51.0 to 0.52.0 #71

Bump go.opentelemetry.io/otel/exporters/prometheus from 0.51.0 to 0.52.0

Bump go.opentelemetry.io/otel/exporters/prometheus from 0.51.0 to 0.52.0 #71

Workflow file for this run

name: buf-push
on: push
permissions:
contents: read
pull-requests: write
jobs:
build:
name: Check protos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
format: false
lint: true
breaking: true
push: true
input: "api"
token: ${{ secrets.BUF_TOKEN }}