Skip to content

fix(deps): update module github.com/schollz/progressbar/v3 to v3.14.5 #4783

fix(deps): update module github.com/schollz/progressbar/v3 to v3.14.5

fix(deps): update module github.com/schollz/progressbar/v3 to v3.14.5 #4783

Triggered via pull request July 8, 2024 06:42
Status Success
Total duration 1m 21s
Artifacts

golangci_lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
golangci-lint: 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 ^
golangci-lint: 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 ^
golangci-lint: 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())) ^