Github Action Go build caching modules for docker image build
I am running into issues with the caching of the go modules being downloaded everytime I run my github action. I have been trying to store a cache between each build of the application but it seems each time it builds on GA it downloads the modules everytime.