Skip to content

maint(deps): bump go.opentelemetry.io/otel/trace from 1.23.1 to 1.27.0 in the otel-dependencies group across 1 directory #624

maint(deps): bump go.opentelemetry.io/otel/trace from 1.23.1 to 1.27.0 in the otel-dependencies group across 1 directory

maint(deps): bump go.opentelemetry.io/otel/trace from 1.23.1 to 1.27.0 in the otel-dependencies group across 1 directory #624

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repo
uses: actions/[email protected]
- name: Run tests
run: make docker-test
- name: Setup BATS
uses: mig4/setup-bats@v1
- name: Run smoke tests
run: make smoke
- name: Spin down smokers
run: make unsmoke