relab/gorums

Replace deprecated grpc.WithInsecure()

meling opened this issue · 0 comments

We are using the deprecated call:

SA1019: grpc.WithInsecure is deprecated: use insecure.NewCredentials() instead. Will be supported throughout 1.x. (staticcheck)

Replace these uses with the new API. This should remove golangci-lint issues currently being reported.