"File exists" errors when un-taring golangci-lintΒ #244
Closed
Description
Follow-up to #135, #156 and #221.
Using v2, I'm still seeing these errors:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.37
Example is in https://github.com/andig/evcc/pull/1075/checks?check_run_id=2655591730
Apart from fixing using tar
- why not just use go install
instead?