Skip to content

feat: add dns.serve_6 flag #114

feat: add dns.serve_6 flag

feat: add dns.serve_6 flag #114

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