Merge pull request #536 from andyzhangx/test-gomod-check

test: add more gomod check
This commit is contained in:
Andy Zhang 2023-11-05 10:58:14 +08:00 committed by GitHub
commit b9de6a0f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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