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:
@@ -88,7 +88,7 @@ func TestKubernetesIXFRCurrent(t *testing.T) {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
var gotRRs []dns.RR
|
||||
var gotRRs []dns.RR //nolint:prealloc // records are read from a channel
|
||||
for rrs := range ch {
|
||||
gotRRs = append(gotRRs, rrs...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user