Skip to content

Bump github.com/miekg/dns from 1.1.61 to 1.1.62 #165

Bump github.com/miekg/dns from 1.1.61 to 1.1.62

Bump github.com/miekg/dns from 1.1.61 to 1.1.62 #165

Workflow file for this run

name: Build and test Go
on:
- push
- pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v1
with:
go-version: 1.20
- name: Check out source code
uses: actions/checkout@v1
- name: Build
run: go build
- name: Test
run: go test -test.v