Skip to content

Update module github.com/grafana/pyroscope-go to v1.2.0 #128

Update module github.com/grafana/pyroscope-go to v1.2.0

Update module github.com/grafana/pyroscope-go to v1.2.0 #128

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.16.0'
- name: Run test
run: make test