openimsdk / chat

A business server that includes user registration and login, deployed together with Open-IM-Server, can be used to set up a chat product.
https://openim.io
GNU General Public License v3.0
81 stars 101 forks source link

cicd: update chat makefile fix go version minimun 1.21 #467

Closed cubxxw closed 6 months ago

cubxxw commented 6 months ago


🔍 What type of PR is this?

/kind flake

👀 What this PR does / why we need it:

This PR represents a crucial update to our chat application's compatibility matrix by modifying the minimum version requirement to embrace a broader range of Go supported versions. Specifically, we are expanding the GO_SUPPORTED_VERSIONS parameter to include versions 1.21, 1.22, 1.23, and 1.24. This adjustment ensures our application remains aligned with current Go standards, offering enhanced stability, security, and performance benefits inherent in these versions. By accommodating a wider spectrum of Go environments, we are not only future-proofing our application but also providing our developers and users with the flexibility to operate within their preferred Go ecosystem. This update underscores our commitment to leveraging cutting-edge technology to deliver a robust and reliable chat experience.