Drop desired min binary size accordingly

main
Dan Buch 2 years ago
parent d83bb8d85e
commit 79ed8b5263
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -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 = 1.9
desiredMinBinarySize = 1.675
desiredMaxBinarySize = 2.2
badNewsEmoji = "🚨"
goodNewsEmoji = "✨"

Loading…
Cancel
Save