build(deps): bump sigs.k8s.io/controller-runtime from 0.16.5 to 0.16.6 #10135
Annotations
8 errors and 2 warnings
codegen
Process completed with exit code 1.
|
lint:
internal/controller/controller_test.go#L1
: # github.com/projectcontour/contour/internal/controller_test [github.com/projectcontour/contour/internal/controller.test]
|
lint:
internal/controller/controller_test.go#L32
cannot use mockManager (variable of type *mocks.Manager) as manager.Manager value in argument to controller.RegisterGatewayController: *mocks.Manager does not implement manager.Manager (missing method AddMetricsServerExtraHandler)
|
lint:
internal/controller/controller_test.go#L36
cannot use mockManager (variable of type *mocks.Manager) as manager.Manager value in argument to controller.RegisterGatewayClassController: *mocks.Manager does not implement manager.Manager (missing method AddMetricsServerExtraHandler)
|
lint:
internal/controller/controller_test.go#L40
cannot use mockManager (variable of type *mocks.Manager) as manager.Manager value in argument to controller.RegisterHTTPRouteController: *mocks.Manager does not implement manager.Manager (missing method AddMetricsServerExtraHandler)
|
lint:
internal/controller/controller_test.go#L43
cannot use mockManager (variable of type *mocks.Manager) as manager.Manager value in argument to controller.RegisterTLSRouteController: *mocks.Manager does not implement manager.Manager (missing method AddMetricsServerExtraHandler)
|
lint:
internal/controller/controller_test.go#L46
cannot use mockManager (variable of type *mocks.Manager) as manager.Manager value in argument to controller.RegisterGRPCRouteController: *mocks.Manager does not implement manager.Manager (missing method AddMetricsServerExtraHandler) (typecheck)
|
lint
issues found
|
codegen
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|