Closed wtanksleyjr closed 1 year ago
OK, let me correct my mistake: install github.com/gofireflyio/aiac/v2@latest
does work. So adding that "@latest" should be the only change needed to fix this. (My basic error -- I had too old of a go version, I think you need go 1.19 or later.)
resolved at #27
Thank you @wtanksleyjr
The readme says to run
go install github.com/gofireflyio/aiac/v2
, but that produces an error:Attempting the suggested command produces a lot of output (I don't see any errors, looks like warnings) and doesn't add a binary to my
$GOBIN
folder.