[management] update to latest grpc version (#5716)

This commit is contained in:
Pascal Fischer
2026-03-27 15:22:23 +01:00
committed by GitHub
parent ec96c5ecaf
commit 7abf730d77
3 changed files with 67 additions and 64 deletions

View File

@@ -61,8 +61,8 @@ jobs:
echo "Size: ${SIZE} bytes (${SIZE_MB} MB)"
if [ ${SIZE} -gt 57671680 ]; then
echo "Wasm binary size (${SIZE_MB}MB) exceeds 55MB limit!"
if [ ${SIZE} -gt 58720256 ]; then
echo "Wasm binary size (${SIZE_MB}MB) exceeds 56MB limit!"
exit 1
fi