Skip to content

Update README.md

Update README.md #279

Workflow file for this run

name: Build seer
on: [pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ^1.20.0
- name: Build seer
run: |
make