Chore: install tool binaries in tmp bin
What does this MR do?
chore: install tool binaries in tmp bin
- Install the tool binaries in the tmp bin, as a global install will cause conflicts if other projects rely on the same tools but different versions. This enhances the developer experience.
- Follow up PR will improve this further by moving other tools like the golangci-lint into the bin directory.
Why was this MR needed?
- To improve the local developer experience.
What's the best way to test this MR?
- Pull the changes and run the make targets that have been updated.
- Working on the CI pipeline will also confirm that the changes are working as expected.
What are the relevant issue numbers?
N/A