Skip to content

Upgrade: bump github.com/miekg/dns from 1.1.55 to 1.1.56 #141

Upgrade: bump github.com/miekg/dns from 1.1.55 to 1.1.56

Upgrade: bump github.com/miekg/dns from 1.1.55 to 1.1.56 #141

Workflow file for this run

name: pr
on:
pull_request:
jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
cache: false
- run: go test ./...
release_test:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- run: docker buildx ls
- uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --snapshot --clean