tedsmitt / ecsgo

Provides an interactive prompt to connect to ECS Containers using the ECS ExecuteCommand API.
Apache License 2.0
81 stars 13 forks source link

Homebrew dependency on Go? #36

Closed j-boivie closed 8 months ago

j-boivie commented 1 year ago

Hi,

I noticed when I updated to the latest version that homerbrew downloaded Go as a dependency. I was wondering if that was strictly necessary, since the binary is already pre-compiled for the mac platform?

tedsmitt commented 1 year ago

Hey @j-boivie

Probably not necessary, I've just checked the goreleaser.yml and can see go listed as a dependency (my own fault for copy+pasting an example config!) - I'll get that removed in the next release.

Thanks for spotting that!