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 ?
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 theconsul-cli
from sourcego 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