Skip to content

docs: update readme to include latest features and other support #364

docs: update readme to include latest features and other support

docs: update readme to include latest features and other support #364

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
Test:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build
run: make build