Skip to content
  • Sami Hiltunen's avatar
    Replace deprecated WithInsecure with WithTransportCredentials · 3dfb0d51
    Sami Hiltunen authored
    gRPC has deprecated the WithInsecure option in favor of the more
    general WithTransportCredentials combined with insecure.NewCredentials.
    This commit removes our usage of the deprecated option so we don't get
    lint failures for using deprecated functionality when upgrading our
    gRPC dependency.
    3dfb0d51