Change min binary size
This commit is contained in:
parent
7cd7ff7dd5
commit
6936697647
@ -193,7 +193,7 @@ 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 = 1.9
|
||||
desiredMinBinarySize = 1.8
|
||||
desiredMaxBinarySize = 2.1
|
||||
badNewsEmoji = "🚨"
|
||||
goodNewsEmoji = "✨"
|
||||
|
Loading…
Reference in New Issue
Block a user