more fucking fixes
This commit is contained in:
parent
6bbfcca5ad
commit
cdf90c95bc
@ -259,6 +259,11 @@ if [ "$SKIP_BUILD" = false ]; then
|
|||||||
|
|
||||||
# Fix Go module dependencies
|
# Fix Go module dependencies
|
||||||
echo "📦 Updating Go module dependencies..."
|
echo "📦 Updating Go module dependencies..."
|
||||||
|
|
||||||
|
# Ensure we're using the local module
|
||||||
|
export GOPROXY=direct
|
||||||
|
export GOSUMDB=off
|
||||||
|
|
||||||
go mod tidy
|
go mod tidy
|
||||||
|
|
||||||
# Install Go dependencies
|
# Install Go dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user