diff --git a/script/build_go.sh b/script/build_go.sh index 70e333f..16839cd 100755 --- a/script/build_go.sh +++ b/script/build_go.sh @@ -42,6 +42,7 @@ if [[ "$GOOS" == "linux" ]]; then else curl -fLso $DEST/updater "https://github.com/throneproj/updater/releases/latest/download/updater-linux-amd64" fi + chmod +x $DEST/updater fi export CGO_ENABLED=0