fix(deps): update module github.com/ibm/watsonx-go to v1.0.1 #4891
Annotations
3 errors
pkg/ai/azureopenai.go#L20
[golangci] reported by reviewdog 🐶
field `organizationId` is unused (unused)
Raw Output:
pkg/ai/azureopenai.go:20:2: field `organizationId` is unused (unused)
organizationId string
^
|
pkg/ai/openai.go#L34
[golangci] reported by reviewdog 🐶
field `organizationId` is unused (unused)
Raw Output:
pkg/ai/openai.go:34:2: field `organizationId` is unused (unused)
organizationId string
^
|
pkg/custom/client.go#L20
[golangci] reported by reviewdog 🐶
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
Raw Output:
pkg/custom/client.go:20:15: SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
conn, err := grpc.Dial(fmt.Sprintf("%s:%s", c.Url, c.Port), grpc.WithTransportCredentials(insecure.NewCredentials()))
^
|
The logs for this run have expired and are no longer available.
Loading