Skip to content

Fix build config

Fix build config #6

Workflow file for this run

name: go
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: "true"
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: setup
run: make setup
- name: build
run: make go/build