Skip to content

chore: sync with probe-cli v3.23.0 (#1211) #88

chore: sync with probe-cli v3.23.0 (#1211)

chore: sync with probe-cli v3.23.0 (#1211) #88

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