Clean up Go module cache and remove go.sum

This commit is contained in:
spiritlhl
2026-01-12 23:19:18 +08:00
committed by GitHub
parent 58702b54e7
commit f3048d074c

View File

@@ -62,6 +62,9 @@ jobs:
- name: Remove security package references
run: |
python3 .back/create_public_branch.py
rm -f go.sum
go clean -modcache
go clean -cache -testcache -fuzzcache
go mod tidy
- name: Update Go version in README files
run: |