Skip to content

drop usage of deprecated package/methods #240

drop usage of deprecated package/methods

drop usage of deprecated package/methods #240

Triggered via push August 16, 2024 19:00
Status Failure
Total duration 4m 16s
Artifacts

ci.yml

on: push
Matrix: lint
test-linux
0s
test-linux
Matrix: test-windows
Matrix: integration-tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors
protos
Process completed with exit code 1.
lint (linux, test)
golangci-lint exit with code 3
lint (windows): internal/tools/networkagent/main.go#L480
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
lint (windows): cmd/ncproxy/run.go#L235
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
lint (windows): cmd/ncproxy/run.go#L237
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
lint (windows)
issues found
lint (windows, test): test/cri-containerd/main_test.go#L165
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
lint (windows, test)
issues found