Skip to content

fix(deps): update module google.golang.org/grpc to v1.65.0 #1186

fix(deps): update module google.golang.org/grpc to v1.65.0

fix(deps): update module google.golang.org/grpc to v1.65.0 #1186

Triggered via pull request July 2, 2024 18:20
Status Failure
Total duration 1m 0s
Artifacts

ci.yml

on: pull_request
Matrix: test
releaser
0s
releaser
Fit to window
Zoom out
Zoom in

Annotations

22 errors
test (ubuntu-latest)
missing go.sum entry for module providing package google.golang.org/grpc/peer (imported by go.minekube.com/connect/internal/ctxutil); to add:
test (ubuntu-latest)
missing go.sum entry for module providing package google.golang.org/grpc/metadata (imported by go.minekube.com/gate/pkg/util/connectutil); to add:
test (ubuntu-latest): pkg/util/connectutil/endpoint.go#L7
missing go.sum entry for module providing package google.golang.org/grpc/codes (imported by go.minekube.com/gate/pkg/util/connectutil); to add:
test (ubuntu-latest): pkg/util/connectutil/endpoint.go#L9
missing go.sum entry for module providing package google.golang.org/grpc/status (imported by go.minekube.com/gate/pkg/util/connectutil); to add:
test (ubuntu-latest)
Process completed with exit code 2.
test (macos-latest)
missing go.sum entry for module providing package google.golang.org/grpc/peer (imported by go.minekube.com/connect/internal/ctxutil); to add:
test (macos-latest)
missing go.sum entry for module providing package google.golang.org/grpc/metadata (imported by go.minekube.com/gate/pkg/util/connectutil); to add:
test (macos-latest): pkg/util/connectutil/endpoint.go#L7
missing go.sum entry for module providing package google.golang.org/grpc/codes (imported by go.minekube.com/gate/pkg/util/connectutil); to add:
test (macos-latest): pkg/util/connectutil/endpoint.go#L9
missing go.sum entry for module providing package google.golang.org/grpc/status (imported by go.minekube.com/gate/pkg/util/connectutil); to add:
test (macos-latest)
Process completed with exit code 2.
test (windows-latest)
missing go.sum entry for module providing package google.golang.org/grpc/peer (imported by go.minekube.com/connect/internal/ctxutil); to add:
test (windows-latest)
missing go.sum entry for module providing package google.golang.org/grpc/metadata (imported by go.minekube.com/gate/pkg/util/connectutil); to add:
test (windows-latest): pkg/util/connectutil/endpoint.go#L7
missing go.sum entry for module providing package google.golang.org/grpc/codes (imported by go.minekube.com/gate/pkg/util/connectutil); to add:
test (windows-latest): pkg/util/connectutil/endpoint.go#L9
missing go.sum entry for module providing package google.golang.org/grpc/status (imported by go.minekube.com/gate/pkg/util/connectutil); to add:
test (windows-latest)
Process completed with exit code 1.
lint: pkg/util/connectutil/single/single.go#L126
cannot use (*server)(nil) (value of type *server) as proxy.ServerInfo value in variable declaration: *server does not implement proxy.ServerInfo (missing method Name) (typecheck)
lint: pkg/util/connectutil/single/single.go#L59
impossible type assertion: rs.ServerInfo().(*server)
lint: pkg/util/connectutil/single/single.go#L82
cannot use svr (variable of type *server) as proxy.ServerInfo value in argument to a.ServerRegistry.Unregister: *server does not implement proxy.ServerInfo (missing method Name) (typecheck)
lint: pkg/util/connectutil/single/single.go#L88
cannot use svr (variable of type *server) as proxy.ServerInfo value in argument to a.ServerRegistry.Register: *server does not implement proxy.ServerInfo (missing method Name) (typecheck)
lint: pkg/util/connectutil/single/single.go#L211
s.Propose undefined (type *server has no field or method Propose) (typecheck)
lint: pkg/util/connectutil/single/single.go#L244
s.Rejections undefined (type *server has no field or method Rejections) (typecheck)
lint
issues found