Skip to content

Commit

Permalink
Drop desired min binary size accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Apr 22, 2022
1 parent d83bb8d commit 79ed8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/build/build.go
Expand Up @@ -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.675
desiredMaxBinarySize = 2.2
badNewsEmoji = "🚨"
goodNewsEmoji = "✨"
Expand Down

0 comments on commit 79ed8b5

Please sign in to comment.