Skip to content

Update module github.com/grafana/pyroscope-go to v1.1.2 #127

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

Update module github.com/grafana/pyroscope-go to v1.1.2 #127

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