mirror of
https://github.com/coredns/coredns.git
synced 2026-02-17 12:43:09 -05:00
chore: bump Go version to 1.26.0 (#7856)
This commit is contained in:
@@ -32,7 +32,7 @@ func (f F) Through(qname string) bool {
|
||||
|
||||
// setZones will set zones in f.
|
||||
func (f *F) setZones(zones []string) {
|
||||
z := []string{}
|
||||
z := make([]string, 0, len(zones))
|
||||
for i := range zones {
|
||||
z = append(z, plugin.Host(zones[i]).NormalizeExact()...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user