Skip to content

Bump go.opentelemetry.io/otel/sdk/log from 0.8.0 to 0.9.0 #127

Bump go.opentelemetry.io/otel/sdk/log from 0.8.0 to 0.9.0

Bump go.opentelemetry.io/otel/sdk/log from 0.8.0 to 0.9.0 #127

Workflow file for this run

name: ci
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ^1.22
- uses: golangci/[email protected]
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ^1.22
- run: make test