move bounds
This commit is contained in:
parent
bb4ec3bda2
commit
a8a1ef04ee
@ -194,7 +194,7 @@ func checkBinarySizeActionFunc(c *cli.Context) (err error) {
|
|||||||
helloSourceFilePath = "./internal/example-hello-world/example-hello-world.go"
|
helloSourceFilePath = "./internal/example-hello-world/example-hello-world.go"
|
||||||
helloBuiltFilePath = "./internal/example-hello-world/built-example"
|
helloBuiltFilePath = "./internal/example-hello-world/built-example"
|
||||||
desiredMinBinarySize = 2.0
|
desiredMinBinarySize = 2.0
|
||||||
desiredMaxBinarySize = 2.3
|
desiredMaxBinarySize = 2.1
|
||||||
badNewsEmoji = "🚨"
|
badNewsEmoji = "🚨"
|
||||||
goodNewsEmoji = "✨"
|
goodNewsEmoji = "✨"
|
||||||
checksPassedEmoji = "✅"
|
checksPassedEmoji = "✅"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user