Skip to content

go: bump go.opentelemetry.io/otel from 1.22.0 to 1.28.0 #90

go: bump go.opentelemetry.io/otel from 1.22.0 to 1.28.0

go: bump go.opentelemetry.io/otel from 1.22.0 to 1.28.0 #90

Workflow file for this run

name: test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: test
run: make check