diff --git a/octo/create-package.sh b/octo/create-package.sh index 48e96b27..99e18f76 100755 --- a/octo/create-package.sh +++ b/octo/create-package.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -xuo pipefail +set -euo pipefail # With Go 1.20, we need to set this so that we produce statically compiled binaries #