Skip to content

Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.59.0 to 1.63.1 #5713

Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.59.0 to 1.63.1

Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.59.0 to 1.63.1 #5713

Workflow file for this run

---
name: Pull Request CI
on: # yamllint disable-line rule:truthy
workflow_dispatch: {}
pull_request:
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
test:
name: Test
uses: ./.github/workflows/test.yml
needs: build
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}