Describe the bug
The GitHub Actions binary size checks print a warning when the binary exceeds 10 MB, but they do not fail the job. This means the check cannot protect the size budget even when the limit is exceeded.
To Reproduce
- Inspect
.github/workflows/go.yml.
- Find the binary size check steps.
- The condition only prints
Binary size exceeds 10MB and does not run exit 1.
Screenshots
Not applicable.
Info (please complete the following information):
- OS: GitHub Actions
- Version: v0.31.2
Additional context
This is related to binary size governance, but it is separate from feature work to reduce the binary size. The CI check should either fail when the limit is exceeded or be renamed as an informational check.
Describe the bug
The GitHub Actions binary size checks print a warning when the binary exceeds 10 MB, but they do not fail the job. This means the check cannot protect the size budget even when the limit is exceeded.
To Reproduce
.github/workflows/go.yml.Binary size exceeds 10MBand does not runexit 1.Screenshots
Not applicable.
Info (please complete the following information):
Additional context
This is related to binary size governance, but it is separate from feature work to reduce the binary size. The CI check should either fail when the limit is exceeded or be renamed as an informational check.