Skip to content

Bump go.opentelemetry.io/otel/sdk from 1.34.0 to 1.40.0 in /extensibility #37

Bump go.opentelemetry.io/otel/sdk from 1.34.0 to 1.40.0 in /extensibility

Bump go.opentelemetry.io/otel/sdk from 1.34.0 to 1.40.0 in /extensibility #37

Workflow file for this run

name: Build extensibility examples
on:
pull_request:
paths:
- 'extensibility/**'
permissions:
contents: read
jobs:
extensibility-test:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Print build information
env:
HEAD_REF: ${{ github.head_ref }}
REF: ${{ github.ref }}
OS: ${{ matrix.os }}
run: echo "head_ref=$HEAD_REF ref=$REF os=$OS"
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.22'
- name: build
working-directory: extensibility
run: go build ./...