Bump github.com/lestrrat-go/jwx from 1.1.6 to 1.2.27 #716
Annotations
10 errors and 1 warning
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) {
^
|
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 {
^
|
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) {
^
|
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)
^
|
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)
^
|
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)
^
|
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,
^
|
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,
^
|
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,
^
|
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
|
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/
|
The logs for this run have expired and are no longer available.
Loading