Browse Source

fix the linter (#17077)

pull/17082/head^2
R.B. Boyer 2 years ago committed by GitHub
parent
commit
9db223f54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/integration/consul-container/test/consul_envoy_version/consul_envoy_version.go

2
test/integration/consul-container/test/consul_envoy_version/consul_envoy_version.go

@ -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…
Cancel
Save