mirror of
https://github.com/coredns/coredns.git
synced 2026-02-17 04:33:10 -05:00
chore: bump minimum Go version to 1.25 (#7788)
This commit is contained in:
@@ -363,13 +363,11 @@ func TestCloudDNSConcurrentServeDNS(t *testing.T) {
|
||||
var wg sync.WaitGroup
|
||||
|
||||
// Concurrently refresh zones to race with Lookup reads.
|
||||
wg.Add(1)
|
||||
go func() {
|
||||
defer wg.Done()
|
||||
wg.Go(func() {
|
||||
for range 50 {
|
||||
_ = r.updateZones(ctx)
|
||||
}
|
||||
}()
|
||||
})
|
||||
|
||||
const workers = 32
|
||||
const iterations = 200
|
||||
|
||||
Reference in New Issue
Block a user