zrhoffman edited a comment on pull request #6026: URL: https://github.com/apache/trafficcontrol/pull/6026#issuecomment-880842463
After removing the `GOROOT` lines in a2e301dbe3, `go-test` action from the *Go Unit Tests* workflow run does not have Go, because it runs in a Docker container. `download_go` should be re-added to `go-test`. As for the others, they run directly on the GitHub runner, which [already has Go](https://github.com/actions/virtual-environments/blob/13b1855134/images/linux/Ubuntu2004-README.md#go) from the GitHub Actions Ubuntu2004 virtual environment. Not sure why the *Traffic Ops Go client/API integration tests / API_tests* and *TP Integration Tests / TP_Integration_tests* workflows are failing. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
