Atualizar update.sh

This commit is contained in:
2026-07-04 18:37:08 -03:00
parent ffe7964330
commit 0b5679bfeb
+1
View File
@@ -289,6 +289,7 @@ build_binary() {
export GOPATH=/tmp/gopath_sshpanel export GOPATH=/tmp/gopath_sshpanel
export GOCACHE=/tmp/gocache_sshpanel export GOCACHE=/tmp/gocache_sshpanel
go mod download go mod download
go mod tidy
go build -ldflags="-s -w" -o /tmp/sshpanel_new . go build -ldflags="-s -w" -o /tmp/sshpanel_new .
info " Build complete." info " Build complete."
} }