Skip to content

Commit

Permalink
Change min binary size
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Apr 29, 2021
1 parent 7cd7ff7 commit 6936697
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.8
desiredMaxBinarySize = 2.1
badNewsEmoji = "🚨"
goodNewsEmoji = "✨"
Expand Down

0 comments on commit 6936697

Please sign in to comment.