-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(ci): use mise to manage tools dependencies #17
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works and I like it 🎉
It will be worth mentioning in README that mise
is a required tool for working with this repo
I've added a link to the output when failing to find |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+100 −4,798
🚀
What this PR does / why we need it:
Replaces the current
third_party
dir based tools management with one based onmise
.The idea behind this change is to
third_party/go.mod
andthird_party/go.sum
filesNOTE: the introduces
.tools_versions.yaml
will get renovate annotations so that we'll be able to get automatic PRs bumping tools version. One thing at a time though.