8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83bb8d commit 79ed8b5Copy full SHA for 79ed8b5
internal/build/build.go
@@ -193,7 +193,7 @@ func checkBinarySizeActionFunc(c *cli.Context) (err error) {
193
cliBuiltFilePath = "./internal/example-cli/built-example"
194
helloSourceFilePath = "./internal/example-hello-world/example-hello-world.go"
195
helloBuiltFilePath = "./internal/example-hello-world/built-example"
196
- desiredMinBinarySize = 1.9
+ desiredMinBinarySize = 1.675
197
desiredMaxBinarySize = 2.2
198
badNewsEmoji = "🚨"
199
goodNewsEmoji = "✨"
0 commit comments