Skip to content

Add round robin DNS resolver and update to using the prometheus client #22

Add round robin DNS resolver and update to using the prometheus client

Add round robin DNS resolver and update to using the prometheus client #22

Workflow file for this run

name: Go
on: [pull_request]
jobs:
build:
runs-on: github-hosted-ubuntu-x64-large
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23.1'
- name: Install dependencies
run: go mod vendor
- name: Test with the Go CLI
run: go test --race ./...