Skip to content

Fix build

Fix build #10

Workflow file for this run

name: Go build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
outputs:
version: "0.1"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.18'
- name: Build
run: make build