Skip to content

Bump github.com/DataDog/datadog-go from 4.6.0+incompatible to 4.8.3+incompatible #19

Bump github.com/DataDog/datadog-go from 4.6.0+incompatible to 4.8.3+incompatible

Bump github.com/DataDog/datadog-go from 4.6.0+incompatible to 4.8.3+incompatible #19

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
strategy:
matrix:
go-version: ['stable', '1.16.x']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
-
name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
-
name: Test
run: go test -v -race ./...