move bounds

main
Lynn 4 years ago
parent 3558c7f30c
commit 1d4b01a6fc
No known key found for this signature in database
GPG Key ID: 9E60BEE0555C367B

@ -193,8 +193,8 @@ 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.1
desiredMaxBinarySize = 2.6
desiredMinBinarySize = 2.0
desiredMaxBinarySize = 2.3
badNewsEmoji = "🚨"
goodNewsEmoji = "✨"
checksPassedEmoji = "✅"

Loading…
Cancel
Save