Reduce desiredMinBinarySize

Updating the Go version has also optimized the binary size, so the desiredMinBinarySize is being updated to be 1.9
main
Ajitem Sahasrabuddhe 4 years ago
parent 2a5a092888
commit 06e570991c

@ -193,7 +193,7 @@ func checkBinarySizeActionFunc(c *cli.Context) (err error) {
cliBuiltFilePath = "./internal/example-cli/built-example"
helloSourceFilePath = "./internal/example-hello-world/example-hello-world.go"
helloBuiltFilePath = "./internal/example-hello-world/built-example"
desiredMinBinarySize = 2.0
desiredMinBinarySize = 1.9
desiredMaxBinarySize = 2.1
badNewsEmoji = "🚨"
goodNewsEmoji = "✨"

Loading…
Cancel
Save