Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[go] extract helm version from go.mod to skip too old go versions #719

Closed
wants to merge 1 commit into from

Conversation

dcermak
Copy link
Collaborator

@dcermak dcermak commented Jan 8, 2025

[CI:TOXENVS] go

This should allow us to stop worrying about outdated go versions

@dcermak dcermak force-pushed the helm-generic-skipping branch from e521770 to 8df435b Compare January 8, 2025 13:10

if required_go_version > go_version:
pytest.skip(
f"Helm requires Go >= {required_go_version}, but we have {go_version}"
Copy link
Member

@dirkmueller dirkmueller Jan 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're pinning a specific helm release, we know which go versions are supported or not supported.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the helpful feedback

@dcermak dcermak closed this Jan 8, 2025
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.

2 participants