1
0
mirror of https://github.com/gogf/gf.git synced 2025-04-05 11:18:50 +08:00

ci updates

This commit is contained in:
John Guo 2025-03-08 23:18:09 +08:00
parent b1023f3d2f
commit 7f0ebaed05

View File

@ -3,7 +3,7 @@
coverage=$1
# update code of submodules
make subup
git clone https://github.com/gogf/examples
# find all path that contains go.mod.
for file in `find . -name go.mod`; do