mirror of
https://github.com/mjl-/mox.git
synced 2025-07-15 12:14:36 +03:00
update to latest github.com/mjl-/adns, synced to go1.24.1
This commit is contained in:
3
vendor/github.com/mjl-/adns/Makefile
generated
vendored
3
vendor/github.com/mjl-/adns/Makefile
generated
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user