move bounds

main
Lynn 4 years ago
parent bb4ec3bda2
commit a8a1ef04ee
No known key found for this signature in database
GPG Key ID: 9E60BEE0555C367B

@ -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 = "✅"

Loading…
Cancel
Save