You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
====================================================================================================
append to slice `svcNames` with non-zero initialized length at https://github.com/koderover/zadig/blob/main/pkg/microservice/aslan/core/environment/service/environment_update.go#L514:15
====================================================================================================
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/9243002484/job/25426560007
the
svcNames := make([]string, len(services))
should besvcNames := make([]string, 0, len(services))
What happened?
What did you expect to happen?
How To Reproduce it(as minimally and precisely as possible)
Install Methods
Versions Used
zadig:
kubernetes:
Environment
Cloud Provider:
Resources:
OS:
Services Status
If there is abnormal service, please provide service log
The text was updated successfully, but these errors were encountered: