build(deps): bump k8s.io/client-go from 0.20.6 to 0.30.1 #1988
Annotations
10 errors and 1 warning
Run golangci-lint:
go/vt/dbconnpool/connection.go#L63
dbc.CloseResult undefined (type *DBConnection has no field or method CloseResult) (typecheck)
|
Run golangci-lint:
go/vt/dbconnpool/connection.go#L66
dbc.Fields undefined (type *DBConnection has no field or method Fields) (typecheck)
|
Run golangci-lint:
go/vt/dbconnpool/connection.go#L80
dbc.FetchNext undefined (type *DBConnection has no field or method FetchNext) (typecheck)
|
Run golangci-lint:
go/vt/dbconnpool/connection.go#L116
dbc.Close undefined (type *DBConnection has no field or method Close) (typecheck)
|
Run golangci-lint:
go/vt/dbconnpool/pooled_connection.go#L29
pc.IsClosed undefined (type *PooledDBConnection has no field or method IsClosed) (typecheck)
|
Run golangci-lint:
go/vt/dbconnpool/pooled_connection.go#L39
pc.DBConnection.Close undefined (type *DBConnection has no field or method Close) (typecheck)
|
Run golangci-lint:
go/vt/vtgate/planbuilder/physical/route_planning.go#L1169
invalid operation: cannot compare node.Predicate != nil (operator != not defined on untyped nil) (typecheck)
|
Run golangci-lint:
go/vt/vtgate/planbuilder/physical/subquery_planning.go#L124
merged declared but not used (typecheck)
|
Run golangci-lint:
go/vt/vtgate/planbuilder/physical/subquery_planning.go#L125
err declared but not used (typecheck)
|
Run golangci-lint:
go/vt/vtgate/planbuilder/physical/subquery_planning.go#L264
bindVars declared but not used (typecheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading