8000 Drop desired min binary size accordingly · urfave/cli@79ed8b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79ed8b5

Browse files
committed
Drop desired min binary size accordingly
1 parent d83bb8d commit 79ed8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/build/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func checkBinarySizeActionFunc(c *cli.Context) (err error) {
193193
cliBuiltFilePath = "./internal/example-cli/built-example"
194194
helloSourceFilePath = "./internal/example-hello-world/example-hello-world.go"
195195
helloBuiltFilePath = "./internal/example-hello-world/built-example"
196-
desiredMinBinarySize = 1.9
196+
desiredMinBinarySize = 1.675
197197
desiredMaxBinarySize = 2.2
198198
badNewsEmoji = "🚨"
199199
goodNewsEmoji = "✨"

0 commit comments

Comments
 (0)
0