Skip to content

Bump gofr.dev from 1.23.0 to 1.24.2 #35

Bump gofr.dev from 1.23.0 to 1.24.2

Bump gofr.dev from 1.23.0 to 1.24.2 #35

Triggered via pull request October 28, 2024 01:03
Status Failure
Total duration 50s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: client_test.go#L41
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L78
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L108
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L151
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L188
cannot use mockConnManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: client_test.go#L352
not enough arguments in call to client.Connect
lint: client_test.go#L365
not enough arguments in call to client.Connect
lint: client_test.go#L406
not enough arguments in call to client.Connect
lint: client_test.go#L532
cannot use mocks.connManager (variable of type *MockConnectionManagerInterface) as ConnectionManagerInterface value in struct literal: *MockConnectionManagerInterface does not implement ConnectionManagerInterface (wrong type for method Connect)
lint: connection_manager_test.go#L58
not enough arguments in call to cm.Connect