The OpenFeature provider for Go only works for server-side evaluation, and uses our Go server-side SDK under the hood, so this won’t work with Flipt Cloud.
You could however use Flipt Cloud and Flipt Open Source in combination, which would give you ‘the best of both worlds’. Flipt Cloud can be used for creating/updating/deleting flags/segments/etc in the UI, that gets synced to your Git repository, then Flipt Open Source can be run and pointed at the same Git repository as it’s data source.
Then you could use any of our SDKs including the OpenFeature ones for evaluations against the open source Flipt that runs in your infrastructure.