decrease min

This commit is contained in:
Lynn 2020-02-29 00:35:46 -08:00
parent 055c9c076d
commit 0ec96bc064
No known key found for this signature in database
GPG Key ID: 9E60BEE0555C367B

View File

@ -191,7 +191,7 @@ func checkBinarySizeActionFunc(c *cli.Context) (err error) {
const (
sourceFilePath = "./internal/example/example.go"
builtFilePath = "./internal/example/built-example"
desiredMinBinarySize = 4.8
desiredMinBinarySize = 4.7
desiredMaxBinarySize = 5.0
badNewsEmoji = "🚨"
goodNewsEmoji = "✨"