abcxyz / jvs

Apache License 2.0
8 stars 0 forks source link

Stop using actions/cache #209

Closed sethvargo closed 1 year ago

sethvargo commented 1 year ago

It doesn't provide substantial gains in the best case, and it's worse that just downloading modules directly in the worst case. Go is smart enough to only download the modules that it needs to build or test.