test: add more gomod check

This commit is contained in:
andyzhangx 2023-11-04 15:27:15 +00:00
parent 28be3b0c8d
commit 552f8f1c7f

View File

@ -30,3 +30,5 @@ if [[ -n "${diff}" ]]; then
exit 1 exit 1
fi fi
echo "Done" echo "Done"
go list -mod readonly -m all