Skip to content

fix(dns): serve interface parser #122

fix(dns): serve interface parser

fix(dns): serve interface parser #122

Workflow file for this run

name: Go
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: ^1.17
- uses: actions/checkout@v2
- name: test and build
run: |
make