meilisearch / meilisearch-go

Golang wrapper for the Meilisearch API
https://www.meilisearch.com
MIT License
539 stars 85 forks source link

bump minimum go version to 1.19 #588

Open Ja7ad opened 1 week ago

Ja7ad commented 1 week ago

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 aligns with modern Go best practices, improves compatibility with the latest tools and libraries, and ensures smoother development workflows across the team. Adopting Go 1.19 will also help reduce potential compatibility issues as older versions of Go reach their end of support.

Ja7ad commented 1 week ago

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 aligns with modern Go best practices, improves compatibility with the latest tools and libraries, and ensures smoother development workflows across the team. Adopting Go 1.19 will also help reduce potential compatibility issues as older versions of Go reach their end of support.

@brunoocasali @curquiza

curquiza commented 1 week ago

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 are not impacted with an automatic download of the patch release containing this change 😊

Ja7ad commented 1 week ago

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 are not impacted with an automatic download of the patch release containing this change 😊

v1.16