Skip to content

Adds a check for the required go version for orchestrion#16

Merged
tonyredondo merged 1 commit into
mainfrom
tony/add-orchestrion-go-version-requirements-check
Feb 18, 2025
Merged

Adds a check for the required go version for orchestrion#16
tonyredondo merged 1 commit into
mainfrom
tony/add-orchestrion-go-version-requirements-check

Conversation

@tonyredondo

Copy link
Copy Markdown
Member

What does this PR do?

Adds a check for the required go version for orchestrion to bail out if the requirements are not met

Motivation

Currently we always try to install orchestrion to the target Go project, but orchestrion (following the Go's support guidelines) only supports the latest stable version and the previous one at the moment of the orchestrion release. This mean that if we try to install orchestrion in an old Go project with an old Go version we currently crashes the build.

This PR tries to avoid that by checking the required go version before the orchestrion installation and bailing out safely without breaking the test job.

Additional Notes

Possible Drawbacks / Trade-offs

Describe how to test/QA your changes

@tonyredondo tonyredondo self-assigned this Feb 18, 2025
@tonyredondo
tonyredondo requested a review from a team as a code owner February 18, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants