mirror of https://github.com/status-im/consul.git
fix the linter (#17077)
This commit is contained in:
parent
fece53c48e
commit
9db223f54b
|
@ -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