mirror of https://github.com/hashicorp/consul
backport of commit f42b1de80b
(#17079)
Co-authored-by: R.B. Boyer <rb@hashicorp.com>pull/16936/head
parent
689360c0c5
commit
eaf0c05217
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue