Skip to content

docs: update docs for installation #35

docs: update docs for installation

docs: update docs for installation #35

Workflow file for this run

name: build-binary
on: [push, pull_request]
jobs:
running-test-in-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo "running build binary"
- uses: actions/setup-go@v5
with:
go-version: '1.21.6'
- run: go mod tidy && go build -o build/main -v api/api.go