arangodb-helper / arangodb

ArangoDB Starter - starts ArangoDB clusters & single servers with ease.
Apache License 2.0
74 stars 16 forks source link

GT-330 Remove `netgo` build tag for Windows to disable new Go resolver behaviour #352

Closed nikita-vanyasin closed 1 year ago

nikita-vanyasin commented 1 year ago

In go1.19 there is no support for 'hosts' file for Windows: https://github.com/golang/go/issues/57757

Disabling netgo will revert behaviour to go1.18 for resolving names.

Fixes Failed to connect to master error="Get \"http://localhost:9528/hello\": dial tcp: lookup localhost on 10.156.0.1:53: no such host" error