You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace deprecated functions with up-to-date functions.
The packages io or os can be used in place of ioutil.
Consider using the following implementation instead of grpc.WithInsecure():
The text was updated successfully, but these errors were encountered:
Description
Deprecated Go functions were identified in the codebase. The function(s)
are:
• grpc.WithInsecure
• package ioutil
Code Location:
Recommendation
Replace deprecated functions with up-to-date functions.
The packages io or os can be used in place of ioutil.
Consider using the following implementation instead of grpc.WithInsecure():
The text was updated successfully, but these errors were encountered: