Bump github.com/lestrrat-go/jwx from 1.1.6 to 1.2.29 #720
Annotations
11 errors and 4 warnings
Test and Cover
Process completed with exit code 1.
|
Lint:
apigee/proxies_service.go#L428
[golangci] reported by reviewdog 🐶
resp.StatusCode undefined (type *Response has no field or method StatusCode) (typecheck)
Raw Output:
apigee/proxies_service.go:428:40: resp.StatusCode undefined (type *Response has no field or method StatusCode) (typecheck)
if err != nil && (resp == nil || resp.StatusCode == http.StatusUnauthorized || resp.StatusCode == http.StatusForbidden) {
^
|
Lint:
apigee/proxies_service.go#L431
[golangci] reported by reviewdog 🐶
resp.StatusCode undefined (type *Response has no field or method StatusCode) (typecheck)
Raw Output:
apigee/proxies_service.go:431:10: resp.StatusCode undefined (type *Response has no field or method StatusCode) (typecheck)
if resp.StatusCode == http.StatusNotFound || resp.StatusCode == http.StatusBadRequest {
^
|
Lint:
apigee/proxies_service.go#L465
[golangci] reported by reviewdog 🐶
resp.StatusCode undefined (type *Response has no field or method StatusCode) (typecheck)
Raw Output:
apigee/proxies_service.go:465:40: resp.StatusCode undefined (type *Response has no field or method StatusCode) (typecheck)
if err != nil && (resp == nil || resp.StatusCode == http.StatusUnauthorized || resp.StatusCode == http.StatusForbidden) {
^
|
Lint:
cmd/bindings/bindings.go#L94
[golangci] reported by reviewdog 🐶
b.ApigeeClient undefined (type *bindings has no field or method ApigeeClient) (typecheck)
Raw Output:
cmd/bindings/bindings.go:94:16: b.ApigeeClient undefined (type *bindings has no field or method ApigeeClient) (typecheck)
req, err := b.ApigeeClient.NewRequestNoEnv(http.MethodGet, path, nil)
^
|
Lint:
cmd/bindings/bindings.go#L100
[golangci] reported by reviewdog 🐶
b.ApigeeClient undefined (type *bindings has no field or method ApigeeClient) (typecheck)
Raw Output:
cmd/bindings/bindings.go:100:17: b.ApigeeClient undefined (type *bindings has no field or method ApigeeClient) (typecheck)
resp, err := b.ApigeeClient.Do(req, p)
^
|
Lint:
cmd/bindings/bindings.go#L118
[golangci] reported by reviewdog 🐶
b.ApigeeClient undefined (type *bindings has no field or method ApigeeClient) (typecheck)
Raw Output:
cmd/bindings/bindings.go:118:16: b.ApigeeClient undefined (type *bindings has no field or method ApigeeClient) (typecheck)
req, err := b.ApigeeClient.NewRequestNoEnv(http.MethodGet, productsURLFormat, nil)
^
|
Lint:
cmd/provision/config.go#L48
[golangci] reported by reviewdog 🐶
p.InternalProxyURL undefined (type *provision has no field or method InternalProxyURL) (typecheck)
Raw Output:
cmd/provision/config.go:48:24: p.InternalProxyURL undefined (type *provision has no field or method InternalProxyURL) (typecheck)
InternalAPI: p.InternalProxyURL,
^
|
Lint:
cmd/provision/config.go#L49
[golangci] reported by reviewdog 🐶
p.RemoteServiceProxyURL undefined (type *provision has no field or method RemoteServiceProxyURL) (typecheck)
Raw Output:
cmd/provision/config.go:49:24: p.RemoteServiceProxyURL undefined (type *provision has no field or method RemoteServiceProxyURL) (typecheck)
RemoteServiceAPI: p.RemoteServiceProxyURL,
^
|
Lint:
cmd/provision/config.go#L50
[golangci] reported by reviewdog 🐶
p.Org undefined (type *provision has no field or method Org) (typecheck)
Raw Output:
cmd/provision/config.go:50:24: p.Org undefined (type *provision has no field or method Org) (typecheck)
OrgName: p.Org,
^
|
Lint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
Test and Cover
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test and Cover
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|