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

follow the versions defined in the config file #296

Open
kevgo opened this issue Oct 22, 2024 · 0 comments
Open

follow the versions defined in the config file #296

kevgo opened this issue Oct 22, 2024 · 0 comments

Comments

@kevgo
Copy link
Owner

kevgo commented Oct 22, 2024

Example config file:

go [email protected] 1.20.2 1.18.6 system

This means:

  • try to use the system-installed Go, but only if it is version 1.20.x
  • if the system Go isn't 1.20.x, then try to install Go 1.20.2
  • if Node 1.20.2 isn't available for the current platform, try installing Node 1.18.6
  • if that fails, then use the system Go installation no matter what version it has

This should apply for all uses of Go, i.e. when calling rta go directly, or using Go to compile a Go-based tool like actionlint locally.

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

No branches or pull requests

1 participant