Skip to content

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

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

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

Triggered via pull request December 24, 2024 00:57
Status Failure
Total duration 1m 39s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
lint / lint: 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 (wrong type for method WithValue)
lint / lint: 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 (wrong type for method WithValue)
lint / lint: 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 (wrong type for method WithValue)
lint / lint: 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 (wrong type for method WithValue)
lint / lint: 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 (wrong type for method WithValue)
lint / lint: 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 (wrong type for method WithValue)
lint / lint
issues found
lint / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636