Skip to content

Commit

Permalink
Update max binary size to fix security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
mildaniel committed Jan 21, 2022
1 parent ab2bc0a commit c20373f
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 = 1.9
desiredMaxBinarySize = 2.1
desiredMaxBinarySize = 2.2
badNewsEmoji = "🚨"
goodNewsEmoji = "✨"
checksPassedEmoji = "✅"
Expand Down

0 comments on commit c20373f

Please sign in to comment.