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:
@@ -229,11 +229,9 @@ func (s *Server) Stop() error {
|
||||
continue
|
||||
}
|
||||
|
||||
wg.Add(1)
|
||||
go func() {
|
||||
wg.Go(func() {
|
||||
s1.ShutdownContext(ctx)
|
||||
wg.Done()
|
||||
}()
|
||||
})
|
||||
}
|
||||
s.m.Unlock()
|
||||
wg.Wait()
|
||||
|
||||
Reference in New Issue
Block a user