Closed paulrostorp closed 2 years ago
I'm experiencing the same issue.
As far as I can tell, the Upstash provider is built with Go v1.14. However, the GoReleaser documentation ^1 states that support for Apple Silicon via darwin/arm64
starts from Go v1.16.
I'm not a Go lang developer, and I never build a provider, so I may be wrong here. But if that's the case, I'm happy to open a PR. I looked around, and from an M1 supported provider ^2, the only necessary change seems to be a language version bump. This shouldn't be a major issue as I noticed, automated tests already run on the desired Go version ^3.
@paulrostorp @fdionisi we are working on this issue as high-prio issue Thanks for reporting
@paulrostorp @fdionisi v1.0.1 works
Upon adding the provider and running
terraform init
, I get: