Skip to content

Commit 9c560ef

Browse files
author
avkr003
committed
cache cleaner for go releaser
1 parent edc46ce commit 9c560ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- name: Clean Go build cache
2+
run: |
3+
go clean -cache -modcache -testcache || true
4+
rm -rf /root/.cache/go-build /tmp/*

0 commit comments

Comments
 (0)