rdonkin-attest

Results 3 comments of rdonkin-attest

I suggest we include 'slow' or 'hangs' in title of this issue so it's easier to find. **Update:** This problem has self-resolved some hours later - not sure why but...

Just ran into this error - it would be great to have a fix that enables good performance (which golangci-lint talks about in main README) by enabling caching without also...

Try adding this to disable all Go-related caching in golangci-lint-action: ``` skip-pkg-cache: true skip-build-cache: true ``` This still caches the linter data, which is tiny (a few MB). I found...