Skip to content

update pprof and dd-trace-go (#13) #55

update pprof and dd-trace-go (#13)

update pprof and dd-trace-go (#13) #55

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
"go1_21":
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...