ocket8888 opened a new pull request #4417: Fixed bad dependency pipeline failing on newer dependencies URL: https://github.com/apache/trafficcontrol/pull/4417 ## What does this PR (Pull Request) do? - [x] This PR is not related to any Issue Removes a pipeline from the unit testing container that used to try to do "smart" dependency resolution. It's been failing since newer dependencies were added to the project, so now the dockerfile just explicitly installs un-vendored (golang.org/x/\*) packages that we know we have dependencies on. *This means that if the un-vendored packages on which we depend ever change this testing container will need to be upgraded or it will break*. ## Which Traffic Control components are affected by this PR? - [The unit testing service defined in `tools/golang`](./tools/golang/) ## What is the best way to verify this PR? Run the unit-testing service. ## If this is a bug fix, what versions of Traffic Control are affected? - master ## The following criteria are ALL met by this PR - [x] This PR includes tests - [x] Bug is not referenced in docs, so no update necessary - [x] An update to CHANGELOG.md is not necessary - [x] This PR includes any and all required license headers - [x] This PR does not include a database migration - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY**
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
