cicd: update chat makefile fix go version minimun 1.21#467
Merged
Conversation
skiffer-git
approved these changes
Mar 18, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔍 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.