Skip to content

build(deps): bump go.opentelemetry.io/otel/sdk from 1.27.0 to 1.31.0 #791

build(deps): bump go.opentelemetry.io/otel/sdk from 1.27.0 to 1.31.0

build(deps): bump go.opentelemetry.io/otel/sdk from 1.27.0 to 1.31.0 #791

Workflow file for this run

name: verifypr
on:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
verify:
runs-on: ubuntu-latest
env:
GITHUB_PR: ${{ toJSON(github.event.pull_request) }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: "Verify PR"
run: go run github.com/piplabs/story/scripts/verifypr