Skip to content

Update to latest

Update to latest #4

Triggered via pull request August 30, 2024 18:23
Status Failure
Total duration 10m 42s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

go_lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint-go: pkg/services/ldap/ldap_login_test.go#L41
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_login_test.go#L62
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_login_test.go#L82
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_login_test.go#L122
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_login_test.go#L155
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_login_test.go#L205
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_login_test.go#L248
cannot use connection (variable of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_private_test.go#L70
cannot use &MockConnection{} (value of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_private_test.go#L110
cannot use &MockConnection{} (value of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)
lint-go: pkg/services/ldap/ldap_private_test.go#L146
cannot use &MockConnection{} (value of type *MockConnection) as IConnection value in struct literal: *MockConnection does not implement IConnection (wrong type for method Close)