Skip to content

Added additional regex to address internal extra dots in hostnames #11

Added additional regex to address internal extra dots in hostnames

Added additional regex to address internal extra dots in hostnames #11

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
ci:
runs-on: ubuntu-22.04
strategy:
matrix:
go: ['1.17.13', '1.18.4', '1.19']
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
cache: true
- name: Test
run: go test -v ./...