Skip to content

Bump github.com/miekg/dns from 1.1.57 to 1.1.58 #8

Bump github.com/miekg/dns from 1.1.57 to 1.1.58

Bump github.com/miekg/dns from 1.1.57 to 1.1.58 #8

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- main
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2