mantl / consul-cli

Command line interface to Consul HTTP API
Apache License 2.0
251 stars 67 forks source link

Segmentation fault on macOS High Sierra #53

Open fjallot opened 6 years ago

fjallot commented 6 years ago

On macOS High Sierra, the latest release available segfaults.

After investigation, this is due to the fact that the go version the latest binary was built with, 1.6.x I presume, does not work on macOS High Sierra.

Our current workaround is to update go via brew (brew reinstall go) then rebuild the consul-cli from source go get github.com/mantl/consul-cli && go install github.com/mantl/consul-cli.

Would it be possible to create a new release with binaries being built using the latest go version ?

Thanks

andrein commented 6 years ago

Same error on macOS Mojave, haven't tried building from source yet.