Complete azure-pipelines toolkit with generation and validation capabilities
97
97%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
A platform team is standardizing their Go microservice CI pipelines in Azure DevOps. They have a new auth-service written in Go 1.22 and need a complete pipeline that:
The team lead has mentioned that previous Go pipelines at the organization had issues with module download times because caching wasn't set up properly, and that the test command didn't catch data races until production.
Produce azure-pipelines.yml with a complete Go CI pipeline.