ci: clean Go module cache before setup to prevent tar extraction warnings

This commit is contained in:
you
2026-03-29 18:37:59 +00:00
parent a5a3a85fc0
commit 6c7a3c1614
+3
View File
@@ -30,6 +30,9 @@ jobs:
with:
fetch-depth: 0
- name: Clean Go module cache
run: rm -rf ~/go/pkg/mod 2>/dev/null || true
- name: Set up Go 1.22
uses: actions/setup-go@v6
with: