This repository was archived by the owner on May 13, 2022. It is now read-only.
This repository was archived by the owner on May 13, 2022. It is now read-only.
[CI] Actions should only pull go deps once #1282
Open
Description
In a couple of the test steps that require docker builds we pull in our go dependencies twice. We should ideally vendor these first and reuse to speed up the pipeline.