Skip to content

change(deps): bump go.opentelemetry.io/otel from 1.29.0 to 1.32.0 #168

change(deps): bump go.opentelemetry.io/otel from 1.29.0 to 1.32.0

change(deps): bump go.opentelemetry.io/otel from 1.29.0 to 1.32.0 #168

Workflow file for this run

name: Test
on:
push:
branches:
- master
tags:
- v*
pull_request_target: {}
jobs:
test:
name: Run test
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: "go.mod"
cache: true
cache-dependency-path: "go.sum"
- name: Run tests
run: |-
go test -v ./...