Skip to content

Commit

Permalink
backport of commit f42b1de (#17079)
Browse files Browse the repository at this point in the history
Co-authored-by: R.B. Boyer <rb@hashicorp.com>
  • Loading branch information
hc-github-team-consul-core and rboyer authored Apr 20, 2023
1 parent 689360c commit eaf0c05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eaf0c05

Please sign in to comment.