Since we mount the code everytime in a fresh container, the fresh container in github task has no cache of go mod. make push becomes slow sometimes due to the network getting choked downloading the same thing.
What can we add support to fix this?
We do not vendor check in our org at present so this is a major concern.