networkservicemesh / fanout

Repository for the coredns fanout plugin used by Network Service Mesh
Apache License 2.0
19 stars 18 forks source link

Support CoreDNS 1.8 #31

Closed jplot closed 3 years ago

jplot commented 3 years ago

Closes https://github.com/networkservicemesh/fanout/issues/30

denis-tingaikin commented 3 years ago

Note: Linter job has failed with:

utils.go:53:21: Error return value of `msg.SetQueryAddress` is not checked (errcheck)
    msg.SetQueryAddress(q, ta)
                       ^
utils.go:71:22: Error return value of `msg.SetQueryAddress` is not checked (errcheck)

Also you can run linter locally via golangci-lint

denis-tingaikin commented 3 years ago

@jplot Thanks!