Skip to content

chore: sync with probe-cli v3.24.0 (#1215) #90

chore: sync with probe-cli v3.24.0 (#1215)

chore: sync with probe-cli v3.24.0 (#1215) #90

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.22.2"
- run: go build ./...