Javad Rajabzadeh
Javad Rajabzadeh
> Is this issue still open @Ja7ad . Wanted to pick it up Yes I'm working on this issue https://github.com/meilisearch/meilisearch-go/pull/582
> @Ja7ad reminder to confirm if this PR solves your issue Yes fixed my issue
> It is not possible to integrate generics into current client (struct) methods, because Go [does not allow parametrized methods](https://go.googlesource.com/proposal/+/refs/heads/master/design/43651-type-parameters.md#no-parameterized-methods). The only way this could be done was if the...
> **Description** To leverage performance improvements, bug fixes, and new features introduced in Go 1.19, we propose updating the minimum supported Go version in this project to 1.19. This upgrade...
> What's our current minimal go version? > > I'm ok with this change, as long as we make it as a breaking (so increasing the minor) to ensure users...
@curquiza After merging PR https://github.com/meilisearch/meilisearch-go/pull/609, it would be better to bump the version golang to v1.20, because generics were improved in v1.20. This allows us to take advantage of generics...
@curquiza Currently we can upgrade deps because our golang version is low for new version, we need bump our version after PR https://github.com/meilisearch/meilisearch-go/pull/609.