update to latest github.com/mjl-/adns, synced to go1.24.1

This commit is contained in:
Mechiel Lukkien
2025-03-21 18:42:02 +01:00
parent 70aedddc90
commit 773d8cc959
14 changed files with 188 additions and 159 deletions

View File

@ -8,7 +8,8 @@ test:
check:
GOARCH=386 go vet
staticcheck ./...
# don't warn about using deprecated functions like net.Temporary
staticcheck -checks inherit,-SA1019 ./...
# having "err" shadowed is common, best to not have others
check-shadow: