Skip to content

feat: v3 refactor

feat: v3 refactor #80

Triggered via push May 27, 2024 09:43
Status Failure
Total duration 35s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

43 errors and 1 warning
Go 1.19 Tests: manager_test.go#L24
cannot use store (variable of type *MockStore) as type Store in argument to m.UseStore:
Go 1.19 Tests: manager_test.go#L25
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.19 Tests: manager_test.go#L26
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
Go 1.19 Tests: manager_test.go#L97
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.19 Tests: manager_test.go#L118
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
Go 1.19 Tests: manager_test.go#L135
cannot use &MockStore{} (value of type *MockStore) as type Store in argument to m.UseStore:
Go 1.19 Tests: manager_test.go#L141
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.19 Tests: manager_test.go#L150
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
Go 1.19 Tests: manager_test.go#L164
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.19 Tests: session_test.go#L37
undefined: ErrFieldNotFound
Go 1.18 Tests
The job was canceled because "_1_19" failed.
Go 1.18 Tests: manager_test.go#L24
cannot use store (variable of type *MockStore) as type Store in argument to m.UseStore:
Go 1.18 Tests: manager_test.go#L25
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.18 Tests: manager_test.go#L26
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
Go 1.18 Tests: manager_test.go#L97
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.18 Tests: manager_test.go#L118
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
Go 1.18 Tests: manager_test.go#L135
cannot use &MockStore{} (value of type *MockStore) as type Store in argument to m.UseStore:
Go 1.18 Tests: manager_test.go#L141
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.18 Tests: manager_test.go#L150
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
Go 1.18 Tests: manager_test.go#L164
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.18 Tests: session_test.go#L37
undefined: ErrFieldNotFound
Go 1.20 Tests
The job was canceled because "_1_19" failed.
Go 1.20 Tests: manager_test.go#L24
cannot use store (variable of type *MockStore) as Store value in argument to m.UseStore: *MockStore does not implement Store (wrong type for method Create)
Go 1.20 Tests: manager_test.go#L25
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.20 Tests: manager_test.go#L26
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
Go 1.20 Tests: manager_test.go#L97
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.20 Tests: manager_test.go#L118
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
Go 1.20 Tests: manager_test.go#L135
cannot use &MockStore{} (value of type *MockStore) as Store value in argument to m.UseStore: *MockStore does not implement Store (wrong type for method Create)
Go 1.20 Tests: manager_test.go#L141
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.20 Tests: manager_test.go#L150
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
Go 1.20 Tests: manager_test.go#L164
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.20 Tests: session_test.go#L37
undefined: ErrFieldNotFound
Go 1.21 Tests
The job was canceled because "_1_19" failed.
Go 1.21 Tests: manager_test.go#L24
cannot use store (variable of type *MockStore) as Store value in argument to m.UseStore: *MockStore does not implement Store (wrong type for method Create)
Go 1.21 Tests: manager_test.go#L25
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.21 Tests: manager_test.go#L26
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
Go 1.21 Tests: manager_test.go#L97
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.21 Tests: manager_test.go#L118
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
Go 1.21 Tests: manager_test.go#L135
cannot use &MockStore{} (value of type *MockStore) as Store value in argument to m.UseStore: *MockStore does not implement Store (wrong type for method Create)
Go 1.21 Tests: manager_test.go#L141
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.21 Tests: manager_test.go#L150
m.RegisterSetCookie undefined (type *Manager has no field or method RegisterSetCookie)
Go 1.21 Tests: manager_test.go#L164
m.RegisterGetCookie undefined (type *Manager has no field or method RegisterGetCookie)
Go 1.21 Tests: session_test.go#L37
undefined: ErrFieldNotFound
Go 1.19 Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.