We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
int
Install Go 1.15 run make test which also run go vet
make test
go vet
internal/support/scheduler/schedule.go:556:36: conversion from int to string yields a string of one rune, not a string of digits
Deployment Environment: Linux EdgeX Version: WIP
Anything else relevant?
The text was updated successfully, but these errors were encountered:
fix: Use Itoa() instead of string() for int conversion
e424401
closes edgexfoundry#2662 Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
fix: Use Itoa() instead of string() for int conversion (#2663)
6df8530
closes #2662 Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
lenny-goodell
Successfully merging a pull request may close this issue.
🐞 Bug Report
Affected Services
The issue is located in: support scheduler.Is this a regression?
No, seems to always have been there. `go vet` with Go 1.15 now exposes it.Description and Minimal Reproduction
Install Go 1.15
run
make test
which also rungo vet
🔥 Exception or Error
internal/support/scheduler/schedule.go:556:36: conversion from int to string yields a string of one rune, not a string of digits
🌍 Your Environment
Deployment Environment:
Linux
EdgeX Version:
WIP
Anything else relevant?
The text was updated successfully, but these errors were encountered: