miss makezero in slice init #19290
Labels
bug
Something isn't working as documented
#g-mdm
MDM product group
:release
Ready to write code. Scheduled in a release. See "Making changes" in handbook.
~released bug
This bug was found in a stable release.
Milestone
Fleet version:
Web browser and operating system:
💥 Actual behavior
TODO
🧑💻 Steps to reproduce
I was running github actions to run linter makezero for top github golang repos.
see issues alingse/go-linter-runner#1
and the github actions output https://github.com/alingse/go-linter-runner/actions/runs/9242994149/job/25426541553
the
commandUUIDs := make([]string, len(payloads))
should becommandUUIDs := make([]string, 0, len(payloads))
🕯️ More info (optional)
N/A
The text was updated successfully, but these errors were encountered: