v1.0.16
Build CLI with -tags 'netgo' (#128) By default we are relying on cgo for DNS resolution, which causes binaries built on ubuntu 22.04 to break on ubuntu 20.04 due to some changes in glibc. See https://github.com/golang/go/issues/57328 This changes us to not rely on that, which causes builds to succeed.