Skip to content

Commit

Permalink
fixup! Add word-wrap support based on terminal size
Browse files Browse the repository at this point in the history
raise binary size limit by 0.1M
  • Loading branch information
mostynb committed Apr 29, 2020
1 parent b30e5bc commit 8320a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/build/build.go
Expand Up @@ -194,7 +194,7 @@ func checkBinarySizeActionFunc(c *cli.Context) (err error) {
helloSourceFilePath = "./internal/example-hello-world/example-hello-world.go"
helloBuiltFilePath = "./internal/example-hello-world/built-example"
desiredMinBinarySize = 2.0
desiredMaxBinarySize = 2.1
desiredMaxBinarySize = 2.2
badNewsEmoji = "🚨"
goodNewsEmoji = "✨"
checksPassedEmoji = "✅"
Expand Down

0 comments on commit 8320a30

Please sign in to comment.