fix the linter (#17077)

This commit is contained in:
R.B. Boyer 2023-04-20 16:49:08 -05:00 committed by GitHub
parent af6e061d05
commit e76795dc08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ func main() {
sort.Sort(sort.Reverse(sort.StringSlice(cev.EnvoyVersions)))
ceVersions := consulEnvoyVersions{
ConsulVersion: string(cVersion),
ConsulVersion: cVersion,
EnvoyVersions: cev.EnvoyVersions,
}
output, err := json.Marshal(ceVersions)