Skip to content

chore: sync with probe-cli v3.19.0-alpha-1-gca2019be #81

chore: sync with probe-cli v3.19.0-alpha-1-gca2019be

chore: sync with probe-cli v3.19.0-alpha-1-gca2019be #81

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- "master"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.20.8"
- run: go build ./...