Bump github.com/docker/docker from 20.10.21+incompatible to 24.0.7+incompatible #565
ci.yml
on: pull_request
Check & Review code
2m 58s
Error check
1m 22s
Static check
3m 39s
Vet
6m 6s
Security check
2m 58s
Tests
5m 52s
Annotations
19 errors and 2 warnings
Check & Review code:
nginx/install.go#L22
nginx.Log undefined (type *Nginx has no field or method Log) (typecheck)
|
Check & Review code:
nginx/install.go#L23
nginx.Log undefined (type *Nginx has no field or method Log) (typecheck)
|
Check & Review code:
nginx/install.go#L24
nginx.Log undefined (type *Nginx has no field or method Log) (typecheck)
|
Check & Review code:
nginx/install.go#L31
nginx.Config undefined (type *Nginx has no field or method Config) (typecheck)
|
Check & Review code:
nginx/nginx.go#L46
nginx.Config undefined (type *Nginx has no field or method Config) (typecheck)
|
Check & Review code:
nginx/nginx.go#L72
hh.StreamInfo undefined (type *Nginx has no field or method StreamInfo) (typecheck)
|
Check & Review code:
nginx/nginx.go#L88
hh.StreamInfo undefined (type *Nginx has no field or method StreamInfo) (typecheck)
|
Check & Review code:
nginx/nginx.go#L93
hh.RunSMITest undefined (type *Nginx has no field or method RunSMITest) (typecheck)
|
Check & Review code:
nginx/nginx.go#L110
hh.StreamInfo undefined (type *Nginx has no field or method StreamInfo) (typecheck)
|
Check & Review code:
nginx/nginx.go#L155
nginx.KubeconfigHandler undefined (type *Nginx has no field or method KubeconfigHandler) (typecheck)
|
Static check
cannot use remote (variable of type *"github.com/docker/docker/registry".Service) as type "github.com/docker/docker/registry".Service in argument to c.loginWithTLS
|
Static check
assignment mismatch: 3 variables but registry.PingV2Registry returns 2 values (compile)
|
Static check
Process completed with exit code 1.
|
Vet
cannot use remote (variable of type *"github.com/docker/docker/registry".Service) as type "github.com/docker/docker/registry".Service in argument to c.loginWithTLS
|
Vet
assignment mismatch: 3 variables but registry.PingV2Registry returns 2 values
|
Vet
Process completed with exit code 1.
|
Tests
cannot use remote (variable of type *"github.com/docker/docker/registry".Service) as type "github.com/docker/docker/registry".Service in argument to c.loginWithTLS
|
Tests
assignment mismatch: 3 variables but registry.PingV2Registry returns 2 values
|
Tests
Process completed with exit code 1.
|
Static check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: engineerd/setup-kind@v0.5.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|