Skip to content

chore(deps): Update module github.com/goravel/framework to v1.15.2 #209

chore(deps): Update module github.com/goravel/framework to v1.15.2

chore(deps): Update module github.com/goravel/framework to v1.15.2 #209

Triggered via pull request January 3, 2025 02:35
Status Failure
Total duration 4m 11s
Artifacts

test.yml

on: pull_request
Matrix: test / ubuntu
Matrix: test / windows
Fit to window
Zoom out
Zoom in

Annotations

33 errors and 1 warning
test / ubuntu (1.23): controller_test.go#L99
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Get: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / ubuntu (1.23): controller_test.go#L101
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Post: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / ubuntu (1.23): controller_test.go#L116
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Get: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / ubuntu (1.23): controller_test.go#L118
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Put: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / ubuntu (1.23): controller_test.go#L120
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Delete: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / ubuntu (1.23): controller_test.go#L387
cannot use testContext (variable of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Inject: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / ubuntu (1.23): controller_test.go#L418
cannot use NewTestRequest(r) (value of type *TestRequest) as "github.com/goravel/framework/contracts/http".ContextRequest value in return statement: *TestRequest does not implement "github.com/goravel/framework/contracts/http".ContextRequest (missing method Abort)
test / ubuntu (1.23): controller_test.go#L422
cannot use NewTestResponse(r) (value of type *TestResponse) as "github.com/goravel/framework/contracts/http".ContextResponse value in return statement: *TestResponse does not implement "github.com/goravel/framework/contracts/http".ContextResponse (wrong type for method Data)
test / ubuntu (1.23): controller_test.go#L554
cannot use r (variable of type *TestRequest) as "github.com/goravel/framework/contracts/http".ContextRequest value in return statement: *TestRequest does not implement "github.com/goravel/framework/contracts/http".ContextRequest (missing method Abort)
test / ubuntu (1.23): controller_test.go#L618
cannot use r (variable of type *TestResponse) as "github.com/goravel/framework/contracts/http".ContextResponse value in return statement: *TestResponse does not implement "github.com/goravel/framework/contracts/http".ContextResponse (wrong type for method Data)
test / ubuntu (1.22)
The job was canceled because "_1_23" failed.
test / ubuntu (1.22): controller_test.go#L99
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Get: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / ubuntu (1.22): controller_test.go#L101
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Post: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / ubuntu (1.22): controller_test.go#L116
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Get: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / ubuntu (1.22): controller_test.go#L118
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Put: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / ubuntu (1.22): controller_test.go#L120
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Delete: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / ubuntu (1.22): controller_test.go#L387
cannot use testContext (variable of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Inject: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / ubuntu (1.22): controller_test.go#L418
cannot use NewTestRequest(r) (value of type *TestRequest) as "github.com/goravel/framework/contracts/http".ContextRequest value in return statement: *TestRequest does not implement "github.com/goravel/framework/contracts/http".ContextRequest (missing method Abort)
test / ubuntu (1.22): controller_test.go#L422
cannot use NewTestResponse(r) (value of type *TestResponse) as "github.com/goravel/framework/contracts/http".ContextResponse value in return statement: *TestResponse does not implement "github.com/goravel/framework/contracts/http".ContextResponse (wrong type for method Data)
test / ubuntu (1.22): controller_test.go#L554
cannot use r (variable of type *TestRequest) as "github.com/goravel/framework/contracts/http".ContextRequest value in return statement: *TestRequest does not implement "github.com/goravel/framework/contracts/http".ContextRequest (missing method Abort)
test / ubuntu (1.22): controller_test.go#L618
cannot use r (variable of type *TestResponse) as "github.com/goravel/framework/contracts/http".ContextResponse value in return statement: *TestResponse does not implement "github.com/goravel/framework/contracts/http".ContextResponse (wrong type for method Data)
test / windows (1.23): controller_test.go#L99
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Get: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / windows (1.23): controller_test.go#L101
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Post: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / windows (1.23): controller_test.go#L116
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Get: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / windows (1.23): controller_test.go#L118
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Put: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / windows (1.23): controller_test.go#L120
cannot use NewTestContext(context.Background(), w, r) (value of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Delete: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / windows (1.23): controller_test.go#L387
cannot use testContext (variable of type *TestContext) as "github.com/goravel/framework/contracts/http".Context value in argument to Inject: *TestContext does not implement "github.com/goravel/framework/contracts/http".Context (missing method WithContext)
test / windows (1.23): controller_test.go#L418
cannot use NewTestRequest(r) (value of type *TestRequest) as "github.com/goravel/framework/contracts/http".ContextRequest value in return statement: *TestRequest does not implement "github.com/goravel/framework/contracts/http".ContextRequest (missing method Abort)
test / windows (1.23): controller_test.go#L422
cannot use NewTestResponse(r) (value of type *TestResponse) as "github.com/goravel/framework/contracts/http".ContextResponse value in return statement: *TestResponse does not implement "github.com/goravel/framework/contracts/http".ContextResponse (wrong type for method Data)
test / windows (1.23): controller_test.go#L554
cannot use r (variable of type *TestRequest) as "github.com/goravel/framework/contracts/http".ContextRequest value in return statement: *TestRequest does not implement "github.com/goravel/framework/contracts/http".ContextRequest (missing method Abort)
test / windows (1.23): controller_test.go#L618
cannot use r (variable of type *TestResponse) as "github.com/goravel/framework/contracts/http".ContextResponse value in return statement: *TestResponse does not implement "github.com/goravel/framework/contracts/http".ContextResponse (wrong type for method Data)
test / windows (1.22)
The job was canceled because "_1_23" failed.
test / windows (1.22)
The operation was canceled.
test / ubuntu (1.23)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636