Run go mod tidy before build in all installers
go.sum was never committed (no local Go toolchain to generate it), causing "missing go.sum entry" build failures on target hosts. go mod tidy regenerates it automatically before go build. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
6e0e6813f1
commit
f333623035
@@ -67,6 +67,7 @@ fi
|
||||
|
||||
echo "Building wireguard-ui-multi..."
|
||||
cd "$SRC_DIR"
|
||||
go mod tidy
|
||||
go build -o wireguard-ui-multi ./cmd/wireguard-ui-multi
|
||||
|
||||
echo "Running native installer..."
|
||||
|
||||
Reference in New Issue
Block a user