AB#1584751 - Update dependencies to the latest versions #339
ci.yaml
on: pull_request
Lint - golangci-lint
3m 16s
Tests - Executing unit tests
11s
Build - Building and publishig Docker images
0s
Annotations
10 errors and 4 warnings
Tests - Executing unit tests
Process completed with exit code 1.
|
Lint - golangci-lint:
pkg/sessions/session_store.go#L9
could not import github.com/oauth2-proxy/oauth2-proxy/v7/pkg/sessions/redis (-: # github.com/oauth2-proxy/oauth2-proxy/v7/pkg/sessions/redis
|
Lint - golangci-lint:
pkg/sessions/redis/lock.go#L28
cannot use client (variable of type "github.com/go-redis/redis/v9".Cmdable) as redislock.RedisClient value in argument to redislock.New: "github.com/go-redis/redis/v9".Cmdable does not implement redislock.RedisClient (wrong type for method Eval)
|
Lint - golangci-lint:
pkg/sessions/session_store_test.go#L14
could not import github.com/oauth2-proxy/oauth2-proxy/v7/pkg/sessions/redis (-: # github.com/oauth2-proxy/oauth2-proxy/v7/pkg/sessions/redis
|
Lint - golangci-lint:
pkg/sessions/redis/lock.go#L28
cannot use client (variable of type "github.com/go-redis/redis/v9".Cmdable) as redislock.RedisClient value in argument to redislock.New: "github.com/go-redis/redis/v9".Cmdable does not implement redislock.RedisClient (wrong type for method Eval)
|
Lint - golangci-lint:
pkg/sessions/redis/client.go#L1
: # github.com/oauth2-proxy/oauth2-proxy/v7/pkg/sessions/redis [github.com/oauth2-proxy/oauth2-proxy/v7/pkg/sessions/redis.test]
|
Lint - golangci-lint:
pkg/sessions/redis/lock.go#L28
cannot use client (variable of type "github.com/go-redis/redis/v9".Cmdable) as redislock.RedisClient value in argument to redislock.New: "github.com/go-redis/redis/v9".Cmdable does not implement redislock.RedisClient (wrong type for method Eval)
|
Lint - golangci-lint:
pkg/validation/sessions.go#L11
could not import github.com/oauth2-proxy/oauth2-proxy/v7/pkg/sessions/redis (-: # github.com/oauth2-proxy/oauth2-proxy/v7/pkg/sessions/redis
|
Lint - golangci-lint:
pkg/sessions/redis/lock.go#L28
cannot use client (variable of type "github.com/go-redis/redis/v9".Cmdable) as redislock.RedisClient value in argument to redislock.New: "github.com/go-redis/redis/v9".Cmdable does not implement redislock.RedisClient (wrong type for method Eval)
|
Lint - golangci-lint
issues found
|
Tests - Executing unit tests
The following actions uses node12 which is deprecated and will be forced to run on node16: vazco/github-actions-branch-name@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests - Executing unit tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, vazco/github-actions-branch-name@v1, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests - Executing unit tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint - golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|