Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Fix incorrect usage of iter package in aggregator (jaegertracin…
…g#6403) ## Description of the changes - jaegertracing#6401 was accidentally using the official `iter` package instead of the internal one. This PR fixes that usage. - Added a linter rule so we don't accidentally use the official package again until we upgrade to Go 1.23 ## How was this change tested? - CI ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` --------- Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
- Loading branch information