fix: remove go mod download

This commit is contained in:
blooming 2024-05-27 18:05:37 +08:00 committed by GitHub
parent 8a7c44f076
commit 8bd1d6f652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,5 +19,3 @@ if ! command -v mage &> /dev/null; then
fi
echo "Mage installed successfully."
go mod download