Skip to content

cache cleaner for go releaser #1

cache cleaner for go releaser

cache cleaner for go releaser #1

Workflow file for this run

- name: Clean Go build cache

Check failure on line 1 in .github/workflows/cache-cleaner.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cache-cleaner.yml

Invalid workflow file

(Line: 1, Col: 1): A sequence was not expected
run: |
go clean -cache -modcache -testcache || true
rm -rf /root/.cache/go-build /tmp/*