Skip to content

Bump go.opentelemetry.io/otel/metric from 1.28.0 to 1.29.0 #59

Bump go.opentelemetry.io/otel/metric from 1.28.0 to 1.29.0

Bump go.opentelemetry.io/otel/metric from 1.28.0 to 1.29.0 #59

Workflow file for this run

name: buf-pull-request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
with:
input: "api"
- uses: bufbuild/buf-breaking-action@v1
with:
input: "api"
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main"