more fucking fixes
This commit is contained in:
parent
ea60b30411
commit
6bbfcca5ad
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user