Chore: rename VersionInfo to Info
Renames the VersionInfo struct to Info across the codebase to simplify the naming convention. This change affects:
-
RegisterRunnerRequest.Infofield type -
JobRequest.Infofield type -
UpdateJobRequest.Infofield type -
GitLabClient.getRunnerVersion()return type
The struct fields and JSON serialization remain unchanged, only the type name is simplified.
Closes #39020 (closed)
Edited by Davis Bickford