Skip to content

initial dockerfile, doesn't work well yet #120

initial dockerfile, doesn't work well yet

initial dockerfile, doesn't work well yet #120

Workflow file for this run

name: build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.17.0'
id: go
- name: Build
run: make all