Skip to content

feat: enable localdns hosts plugin to cache critical AKS FQDNs #10312

feat: enable localdns hosts plugin to cache critical AKS FQDNs

feat: enable localdns hosts plugin to cache critical AKS FQDNs #10312

Workflow file for this run

name: Go Unit Tests
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.24'
- run: |
set -ex
make test
name: Run unit tests for go code in the repository