move bounds

This commit is contained in:
Lynn 2020-02-29 14:04:21 -08:00
parent bb4ec3bda2
commit a8a1ef04ee
No known key found for this signature in database
GPG Key ID: 9E60BEE0555C367B

View File

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