more fucking fixes
Some checks are pending
CI Pipeline / Run Tests (push) Waiting to run
CI Pipeline / Lint Code (push) Waiting to run
CI Pipeline / Security Scan (push) Waiting to run
CI Pipeline / E2E Tests (push) Blocked by required conditions

This commit is contained in:
Enki 2025-08-27 14:58:21 -07:00
parent ea60b30411
commit 6bbfcca5ad

View File

@ -257,6 +257,10 @@ echo "✅ Go $GO_VERSION ready"
if [ "$SKIP_BUILD" = false ]; then
echo "🔨 Building Torrent Gateway..."
# Fix Go module dependencies
echo "📦 Updating Go module dependencies..."
go mod tidy
# Install Go dependencies
go mod download