Working with Go's test caching on CI
be fast by avoiding work, while doing the important work
I was trying to speed up our slow CI by caching Go builds. The easy win was caching GOMODCACHE for dependencies, i.e. …
be fast by avoiding work, while doing the important work
I was trying to speed up our slow CI by caching Go builds. The easy win was caching GOMODCACHE for dependencies, i.e. …