Skip to content

build(deps): bump golang.org/x/tools from 0.1.5 to 0.21.0 #516

build(deps): bump golang.org/x/tools from 0.1.5 to 0.21.0

build(deps): bump golang.org/x/tools from 0.1.5 to 0.21.0 #516

Status Failure
Total duration 2m 26s
Artifacts

golangci-linter.yml

on: pull_request
Lint using golangci-lint
1m 48s
Lint using golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Lint using golangci-lint: go/vt/topo/k8stopo/apis/topo/v1beta1/register.go#L29
cannot use &(VitessTopoNode literal) (value of type *VitessTopoNode) as runtime.Object value in argument to scheme.AddKnownTypes: missing method GetObjectKind (typecheck)
Lint using golangci-lint: go/vt/topo/k8stopo/apis/topo/v1beta1/register.go#L30
cannot use &(VitessTopoNodeList literal) (value of type *VitessTopoNodeList) as runtime.Object value in argument to scheme.AddKnownTypes: missing method GetObjectKind (typecheck)
Lint using golangci-lint: go/vt/topo/k8stopo/apis/topo/v1beta1/zz_generated.deepcopy.go#L50
cannot use c (variable of type *VitessTopoNode) as runtime.Object value in return statement: missing method GetObjectKind (typecheck)
Lint using golangci-lint: go/vt/topo/k8stopo/apis/topo/v1beta1/zz_generated.deepcopy.go#L99
cannot use c (variable of type *VitessTopoNodeList) as runtime.Object value in return statement: missing method GetObjectKind (typecheck)
Lint using golangci-lint: go/cmd/vtbackup/vtbackup.go#L76
"vitess.io/vitess/go/sqlescape" imported but not used (typecheck)
Lint using golangci-lint: go/cmd/vtctldclient/command/keyspaces.go#L138
tt declared but not used (typecheck)
Lint using golangci-lint: go/vt/binlog/grpcbinlogstreamer/streamer.go#L23
"vitess.io/vitess/go/vt/servenv" imported but not used (typecheck)
Lint using golangci-lint: go/vt/vttablet/grpctmserver/server.go#L30
"vitess.io/vitess/go/vt/servenv" imported but not used (typecheck)
Lint using golangci-lint: go/cmd/vttablet/plugin_grpcqueryservice.go#L22
"vitess.io/vitess/go/vt/servenv" imported but not used (typecheck)
Lint using golangci-lint: go/cmd/vttablet/plugin_grpcqueryservice.go#L23
"vitess.io/vitess/go/vt/vttablet/grpcqueryservice" imported but not used (typecheck)
Lint using golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint using golangci-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/