You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
fjallot
changed the title
segmentation fault on macOS High Sierra
Segmentation fault on macOS High Sierra
Feb 27, 2018
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
The text was updated successfully, but these errors were encountered: