mirror of
https://github.com/coredns/coredns.git
synced 2026-02-17 12:43:09 -05:00
chore: bump minimum Go version to 1.25 (#7788)
This commit is contained in:
@@ -48,10 +48,8 @@ func xfr(state request.Request, truncate bool) {
|
||||
}()
|
||||
|
||||
wg := new(sync.WaitGroup)
|
||||
wg.Add(1)
|
||||
go func() {
|
||||
wg.Go(func() {
|
||||
tr.Out(state.W, state.Req, ch)
|
||||
wg.Done()
|
||||
}()
|
||||
})
|
||||
wg.Wait()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user