Skip to content

Bump go.opentelemetry.io/otel/sdk from 1.26.0 to 1.40.0 #261

Bump go.opentelemetry.io/otel/sdk from 1.26.0 to 1.40.0

Bump go.opentelemetry.io/otel/sdk from 1.26.0 to 1.40.0 #261

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.26'
- run: make
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest