hubcio opened a new pull request, #2877:
URL: https://github.com/apache/iggy/pull/2877

   Go coverage baseline produced 10+ "Cannot open: File exists"
   annotations per run. Root cause: setup-go@v5 with cache:true
   AND a manual actions/cache@v4 both restored to the same paths,
   so the second restore failed on existing files.
   
   Go builds are fast enough that caching is unnecessary. Replaced
   the enabled/cache-dependency-path/golangci-lint-version inputs
   with read-cache/save-cache (both default "false") for parity
   with setup-rust-with-cache. Also disabled golangci-lint-action
   caching in pre-merge to stop creating small stale entries.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to