Skip to content

v1.0.16

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 17:36
· 24 commits to main since this release
4b8acea
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.