mirror of
http://bgp.hk.skcks.cn:10088/github.com/oneclickvirt/ecs
synced 2026-04-20 21:01:12 +08:00
Clean up Go module cache and remove go.sum
This commit is contained in:
3
.github/workflows/build_public.yml
vendored
3
.github/workflows/build_public.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user