Skip to content

✨ Now with dockerfiles #211

✨ Now with dockerfiles

✨ Now with dockerfiles #211

Workflow file for this run

name: build
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '~1.19'
- run: make build