Skip to content

chore: added support for all type of dns record #13

chore: added support for all type of dns record

chore: added support for all type of dns record #13

Workflow file for this run

name: Golang Test CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
test:
strategy:
matrix:
go: ["1.21.3"]
os: [macos-latest, ubuntu-latest]
name: lint
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
cache: true
- name: go-test
run: go test -v ./...