This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Only enqueue non-terminal tasks #351
Annotations
7 errors and 1 warning
cache/auto_refresh_test.go#L31
impossible type assertion: obj.GetItem().(fakeCacheItem)
|
cache/auto_refresh_test.go#L39
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in struct literal:
|
cache/auto_refresh_test.go#L63
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in argument to cache.GetOrCreate:
|
cache/auto_refresh_test.go#L74
impossible type assertion: item.(fakeCacheItem)
|
cache/auto_refresh_test.go#L89
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in argument to cache.GetOrCreate:
|
cache/auto_refresh_test.go#L137
cannot use "test" (constant of type string) as type Item in argument to cache.GetOrCreate:
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading