Bump yaml.v2 version to 2.2.8 (#1326)

* Bump yamlv2 version

* Update max binary size to fix security vulnerability
This commit is contained in:
Daniel Mil
2022-01-24 20:51:18 -08:00
committed by GitHub
parent 5d61a2f46e
commit 175bb8742c
3 changed files with 4 additions and 4 deletions

View File

@@ -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 = "✅"