Skip to content

Bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 #151

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

Bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 #151

Workflow file for this run

name: Run unit and integration tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Running Tests
run: |
go mod tidy
make test