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
There's some issue caused by MacOS Monterrey upgrade.
Documented here: golang/go#49425
The fix is just to rebuild/release binaries.
Easy workaround in the meantime is just to pull source locally and rebuild.
Or, if Go 1.18 is installed, switch to go modules and use go install instead of installing the binary with a script.
➜ go install github.com/bdharris08/fargate-create@latest
go: downloading github.com/bdharris08/fargate-create v0.9.0
...
~ took 40s
➜ fargate-create
Can't find terraform.tfvars. Use the --file flag to specify a .tfvars or .json file
Here's what happens when I try to run fargate-create from docs.
Hi there. First off, awesome project!
There's some issue caused by MacOS Monterrey upgrade.
Documented here: golang/go#49425
The fix is just to rebuild/release binaries.
Easy workaround in the meantime is just to pull source locally and rebuild.
Or, if Go 1.18 is installed, switch to go modules and use
go install
instead of installing the binary with a script.Here's what happens when I try to run fargate-create from docs.
The text was updated successfully, but these errors were encountered: