redhat-cop / global-load-balancer-operator

A global load balancer operator for OpenShift
Apache License 2.0
53 stars 16 forks source link

Fix vet issues. #16

Closed davidlanouette closed 4 years ago

davidlanouette commented 4 years ago

Go 1.15 introduced a new vet check around converting int's to strings. That change causes the build to fail.

This commit fixes the issue, and should work just fine in older versions of go.

Fixes #15