Skip to content

chore: adding env

chore: adding env #24

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