move bounds
This commit is contained in:
parent
3558c7f30c
commit
1d4b01a6fc
@ -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…
Reference in New Issue
Block a user