Skip to content

Bump github.com/miekg/dns from 1.1.50 to 1.1.63 #82

Bump github.com/miekg/dns from 1.1.50 to 1.1.63

Bump github.com/miekg/dns from 1.1.50 to 1.1.63 #82

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: CI
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: make ci