Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kubeconfig: For string conversion use FormatUint instead Itoa
This will fix follow golint ci warning ``` pkg/crc/machine/kubeconfig.go:189:29: G115: integer overflow conversion uint -> int (gosec) port = strconv.Itoa(int(ingressHTTPSPort)) ```
- Loading branch information