feat: Implement memcache adapter #6
build-test.yaml
on: push
docker-build
21s
golangci
14s
Matrix: Build
Annotations
5 errors and 2 warnings
golangci:
internal/core/app/app_test.go#L64
Error return value of `app.FindRedirect` is not checked (errcheck)
|
golangci:
internal/adapters/memcache/memcache_test.go#L37
Error return value of `memCache.Set` is not checked (errcheck)
|
golangci:
internal/adapters/memcache/memcache_test.go#L85
Error return value of `memCache.Set` is not checked (errcheck)
|
golangci:
internal/adapters/memcache/memcache_test.go#L106
Error return value of `memCache.Set` is not checked (errcheck)
|
golangci
issues found
|
Build (1.21.0, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build (1.21.0, ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/dexus/dexus. Supported file pattern: go.sum
|