update go versions #926
Annotations
10 errors and 2 warnings
Tests:
internal/listeners/antiraid_test.go#L141
cannot use m.session (variable of type *mocks.ISession) as discordutil.ISession value in argument to l.HandlerMemberAdd: *mocks.ISession does not implement discordutil.ISession (wrong type for method UserGuilds)
|
Tests:
internal/listeners/antiraid_test.go#L142
cannot use m.session (variable of type *mocks.ISession) as discordutil.ISession value in argument to l.HandlerMemberAdd: *mocks.ISession does not implement discordutil.ISession (wrong type for method UserGuilds)
|
Tests:
internal/listeners/antiraid_test.go#L152
cannot use m.session (variable of type *mocks.ISession) as discordutil.ISession value in argument to l.HandlerMemberAdd: *mocks.ISession does not implement discordutil.ISession (wrong type for method UserGuilds)
|
Tests:
internal/listeners/antiraid_test.go#L177
cannot use m.session (variable of type *mocks.ISession) as discordutil.ISession value in argument to l.HandlerMemberAdd: *mocks.ISession does not implement discordutil.ISession (wrong type for method UserGuilds)
|
Tests:
internal/listeners/inviteblock_test.go#L159
cannot use m.session (variable of type *mocks.ISession) as discordutil.ISession value in argument to l.HandlerMessageSend: *mocks.ISession does not implement discordutil.ISession (wrong type for method UserGuilds)
|
Tests:
internal/listeners/karma_test.go#L135
cannot use m.session (variable of type *mocks.ISession) as discordutil.ISession value in argument to l.Handler: *mocks.ISession does not implement discordutil.ISession (wrong type for method UserGuilds)
|
Tests:
internal/listeners/karma_test.go#L150
cannot use m.session (variable of type *mocks.ISession) as discordutil.ISession value in argument to l.Handler: *mocks.ISession does not implement discordutil.ISession (wrong type for method UserGuilds)
|
Tests:
internal/listeners/karma_test.go#L165
cannot use m.session (variable of type *mocks.ISession) as discordutil.ISession value in argument to l.Handler: *mocks.ISession does not implement discordutil.ISession (wrong type for method UserGuilds)
|
Tests:
internal/listeners/karma_test.go#L180
cannot use m.session (variable of type *mocks.ISession) as discordutil.ISession value in argument to l.Handler: *mocks.ISession does not implement discordutil.ISession (wrong type for method UserGuilds)
|
Tests:
internal/listeners/karma_test.go#L195
cannot use m.session (variable of type *mocks.ISession) as discordutil.ISession value in argument to l.Handler: *mocks.ISession does not implement discordutil.ISession (wrong type for method UserGuilds)
|
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|