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
I recall several issues with running programs binaries compiled by Go on MacOS High Sierra until Go released an update. I'm assuming we can resolve this by just re-compiling the program with a later version of Go. This involves an update to the circle.yml to run some of the latest Gruntwork tooling for installing Go.
We should also replace glide with go dep.
The text was updated successfully, but these errors were encountered:
When running the ec2-snapper binary on macOS High Sierra, I received the following output:
I recall several issues with running programs binaries compiled by Go on MacOS High Sierra until Go released an update. I'm assuming we can resolve this by just re-compiling the program with a later version of Go. This involves an update to the
circle.yml
to run some of the latest Gruntwork tooling for installing Go.We should also replace
glide
withgo dep
.The text was updated successfully, but these errors were encountered: