I've checked the script to compile and package the binaries and by removing the setup of CGO_ENABLED=0 and the flag -installsuffix cgo that are only necessary for go versions under 1.10. The flags should be removed with the current go version in the go.mod file (and maybe the go version could be bumped up?).
I've found that running the compiled kiya binary in macOS Monterey 12.0.1, with go 1.17.2 is failing with the following error:
I've checked the script to compile and package the binaries and by removing the setup of
CGO_ENABLED=0
and the flag-installsuffix cgo
that are only necessary for go versions under 1.10. The flags should be removed with the current go version in the go.mod file (and maybe the go version could be bumped up?).