release #2
Annotations
10 errors and 1 warning
build:
cmd/preflight/brev/brev.go#L74
Error return value of `cmd.Run` is not checked (errcheck)
|
build:
cmd/preflight/brev/brev.go#L129
Error return value of `si.Write` is not checked (errcheck)
|
build:
cmd/preflight/brev/brev.go#L176
Error return value of `json.Unmarshal` is not checked (errcheck)
|
build:
output/output.go#L52
Error return value of `fmt.Scanln` is not checked (errcheck)
|
build:
cmd/preflight/check/check.go#L74
Error return value of `cst.Cleanup` is not checked (errcheck)
|
build:
cmd/preflight/check/check.go#L87
Error return value of `cst.Cleanup` is not checked (errcheck)
|
build:
preflight/containerutil/container_smoketest_grpc.go#L26
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
build:
preflight/containerutil/container_smoketest_grpc.go#L56
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
build:
preflight/containerutil/container_smoketest_grpc.go#L73
SA1019: grpc_reflection_v1alpha.ServerReflectionRequest is deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated. (staticcheck)
|
build:
preflight/containerutil/container_smoketest_grpc.go#L85
SA1019: resp.GetListServicesResponse().Service is deprecated: The entire proto file grpc/reflection/v1alpha/reflection.proto is marked as deprecated. (staticcheck)
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|