This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Only enqueue non-terminal tasks #351
pull_request.yml
on: pull_request
Run tests
2m 25s
Lint
/
Run Lint
2m 57s
Ensure go generate has run
2m 33s
Annotations
14 errors and 2 warnings
Run tests:
cache/auto_refresh_test.go#L31
impossible type assertion: obj.GetItem().(fakeCacheItem)
|
Run tests:
cache/auto_refresh_test.go#L39
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in struct literal:
|
Run tests:
cache/auto_refresh_test.go#L63
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in argument to cache.GetOrCreate:
|
Run tests:
cache/auto_refresh_test.go#L74
impossible type assertion: item.(fakeCacheItem)
|
Run tests:
cache/auto_refresh_test.go#L89
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in argument to cache.GetOrCreate:
|
Run tests:
cache/auto_refresh_test.go#L137
cannot use "test" (constant of type string) as type Item in argument to cache.GetOrCreate:
|
Run tests
Process completed with exit code 2.
|
Lint / Run Lint:
cache/auto_refresh_test.go#L31
impossible type assertion: obj.GetItem().(fakeCacheItem)
|
Lint / Run Lint:
cache/auto_refresh_test.go#L39
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in struct literal:
|
Lint / Run Lint:
cache/auto_refresh_test.go#L63
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in argument to cache.GetOrCreate:
|
Lint / Run Lint:
cache/auto_refresh_test.go#L74
impossible type assertion: item.(fakeCacheItem)
|
Lint / Run Lint:
cache/auto_refresh_test.go#L89
cannot use fakeCacheItem{…} (value of type fakeCacheItem) as type Item in argument to cache.GetOrCreate:
|
Lint / Run Lint:
cache/auto_refresh_test.go#L137
cannot use "test" (constant of type string) as type Item in argument to cache.GetOrCreate:
|
Lint / Run Lint
Process completed with exit code 2.
|
Run tests
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/
|
Ensure go generate has run
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/
|