fix: bump google.golang.org/grpc from 1.66.2 to 1.68.1 #1078
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Revive Action:
example/cmd/bufconn-test/main.go#L26
parameter 'c' seems to be unused, consider removing or renaming it as _
|
Run Revive Action:
example/cmd/bufconn-test/main.go#L26
parameter 's' seems to be unused, consider removing or renaming it as _
|
Run Revive Action:
pkg/echo/wellknown/echo-context-keys.go#L4
don't use ALL_CAPS in Go names; use CamelCase
|
Run Revive Action:
pkg/echo/wellknown/echo-context-keys.go#L4
exported const SCOPED_CONTAINER_KEY should have comment (or a comment on this block) or be unexported
|
Run Revive Action:
example/cmd/client/main.go#L59
switch with only one case can be replaced by an if-then
|
Run Revive Action:
example/internal/shared.go#L9
exported function PrettyJSON should have comment or be unexported
|
Run Revive Action:
pkg/middleware/dicontext/dicontext.go#L26
should not use basic type string as key in context.WithValue
|
Run Revive Action:
pkg/cobracore/cmd/version/version.go#L18
parameter 'cmd' seems to be unused, consider removing or renaming it as _
|
Run Revive Action:
pkg/echo/contracts/container/gen-func-container.go#L16
comment on exported function AddContainerAccessorFunc should be of the form "AddContainerAccessorFunc ..."
|
Run Revive Action:
pkg/middleware/logger/logger.go#L28
parameter 'info' seems to be unused, consider removing or renaming it as _
|
Loading