installing third-party tools requires specifying the version in scripts
Open
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
In engineering scripts(like shell scripts or makefile), installing third-party tools requires specifying the version to avoid incompatible changes as time goes by.
For example, in some scripts, we install some tools through pip install and go install.
Contributor guide
Assessment
This issue has not been assessed yet.