Skip to content

Refactor internal implementation #356

Refactor internal implementation

Refactor internal implementation #356

Triggered via push October 16, 2023 20:40
Status Failure
Total duration 54s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: check_test.go#L50
cannot use &time.Time{} (value of type *time.Time) as type time.Time in struct literal
test: check_test.go#L57
cannot use &now (value of type *time.Time) as type time.Time in struct literal
test: check_test.go#L64
cannot use &now (value of type *time.Time) as type time.Time in struct literal
test: check_test.go#L74
cannot use &now (value of type *time.Time) as type time.Time in struct literal
test: check_test.go#L77
cannot use &lastSuccessAt (value of type *time.Time) as type time.Time in struct literal
test: check_test.go#L86
cannot use &now (value of type *time.Time) as type time.Time in struct literal
test: check_test.go#L89
cannot use &lastSuccessAt (value of type *time.Time) as type time.Time in struct literal
test: check_test.go#L98
cannot use &now (value of type *time.Time) as type time.Time in struct literal
test: check_test.go#L101
cannot use &lastSuccessAt (value of type *time.Time) as type time.Time in struct literal
test: check_test.go#L189
invalid operation: cannot indirect checkRes.Error (variable of type error)
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/