Open Ja7ad opened 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
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 😊
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
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.