Skip to content

Update README for 2.0 release #69

Update README for 2.0 release

Update README for 2.0 release #69

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Go test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.24.2"
- run: |
make test
build:
runs-on: ubuntu-latest
name: Go build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.24.2"
- run: |
make build
file bin/manager