Skip to content

⬆️ Bump github.com/miekg/dns from 1.1.56 to 1.1.57 #82

⬆️ Bump github.com/miekg/dns from 1.1.56 to 1.1.57

⬆️ Bump github.com/miekg/dns from 1.1.56 to 1.1.57 #82

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/build.yml'
pull_request:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: true
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.16
- name: Compile code
run: make