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
feeder/eventstream/stream.go:27:22: SA1019: grpc.WithInsecure is deprecated: use WithTransportCredentials and insecure.NewCredentials() instead. Will be supported throughout 1.x. (staticcheck)
transportDialOpt := grpc.WithInsecure()
^
feeder/eventstream/stream_test.go:60:39: SA1019: grpc.WithInsecure is deprecated: use WithTransportCredentials and insecure.NewCredentials() instead. Will be supported throughout 1.x. (staticcheck)
conn, err := grpc.Dial(grpcEndpoint, grpc.WithInsecure())
^
feeder/priceposter/client.go:58:22: SA1019: grpc.WithInsecure is deprecated: use WithTransportCredentials and insecure.NewCredentials() instead. Will be supported throughout 1.x. (staticcheck)
transportDialOpt := grpc.WithInsecure()
^
cmd/root.go:72:22: Error return value of `http.ListenAndServe` is not checked (errcheck)
http.ListenAndServe(":8080", nil)
^
exit status 1
Current linter errors when running
Commit
6f1804f
The text was updated successfully, but these errors were encountered: