Skip to content

build(deps): Bump github.com/jonboulle/clockwork from 0.4.0 to 0.5.0 #3951

build(deps): Bump github.com/jonboulle/clockwork from 0.4.0 to 0.5.0

build(deps): Bump github.com/jonboulle/clockwork from 0.4.0 to 0.5.0 #3951

Triggered via pull request January 8, 2025 16:15
Status Failure
Total duration 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

govulncheck.yml

on: pull_request
govulncheck
36s
govulncheck
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
govulncheck: app/monitoringapi_internal_test.go#L159
cannot use clock (variable of type *clockwork.FakeClock) as clockwork.FakeClock value in argument to advanceClock
govulncheck: app/monitoringapi_internal_test.go#L162
cannot use clock (variable of type *clockwork.FakeClock) as clockwork.FakeClock value in argument to advanceClock
govulncheck: app/monitoringapi_internal_test.go#L168
cannot use clock (variable of type *clockwork.FakeClock) as clockwork.FakeClock value in argument to advanceClock
govulncheck: app/monitoringapi_internal_test.go#L179
cannot use clock (variable of type *clockwork.FakeClock) as clockwork.FakeClock value in argument to advanceClock
govulncheck: core/scheduler/scheduler_test.go#L442
cannot use (*testClock)(nil) (value of type *testClock) as clockwork.Clock value in variable declaration: *testClock does not implement clockwork.Clock (missing method Until)
govulncheck: core/scheduler/scheduler_test.go#L144
cannot use clock (variable of type *testClock) as clockwork.Clock value in argument to scheduler.NewForT: *testClock does not implement clockwork.Clock (missing method Until)
govulncheck: core/scheduler/scheduler_test.go#L215
cannot use clock (variable of type *testClock) as clockwork.Clock value in argument to scheduler.NewForT: *testClock does not implement clockwork.Clock (missing method Until)
govulncheck: core/scheduler/scheduler_test.go#L313
cannot use clock (variable of type *testClock) as clockwork.Clock value in argument to scheduler.NewForT: *testClock does not implement clockwork.Clock (missing method Until)
govulncheck: core/scheduler/scheduler_test.go#L403
cannot use clock (variable of type *testClock) as clockwork.Clock value in argument to scheduler.NewForT: *testClock does not implement clockwork.Clock (missing method Until)
govulncheck
Process completed with exit code 1.
govulncheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636