Upgrade to golang 1.22.2 #288
Annotations
10 errors and 1 warning
Build:
parser/openapi_parser.go#L82
invalid operation: schema.Type == openapi3.TypeArray (mismatched types *openapi3.Types and untyped string)
|
Build:
parser/openapi_parser.go#L85
cannot convert openapi3.TypeBoolean (untyped string constant "boolean") to type *openapi3.Types
|
Build:
parser/openapi_parser.go#L87
cannot convert openapi3.TypeInteger (untyped string constant "integer") to type *openapi3.Types
|
Build:
parser/openapi_parser.go#L89
cannot convert openapi3.TypeNumber (untyped string constant "number") to type *openapi3.Types
|
Build:
parser/openapi_parser.go#L91
cannot convert openapi3.TypeObject (untyped string constant "object") to type *openapi3.Types
|
Build:
parser/openapi_parser.go#L99
cannot convert openapi3.TypeBoolean (untyped string constant "boolean") to type *openapi3.Types
|
Build:
parser/openapi_parser.go#L101
cannot convert openapi3.TypeInteger (untyped string constant "integer") to type *openapi3.Types
|
Build:
parser/openapi_parser.go#L103
cannot convert openapi3.TypeNumber (untyped string constant "number") to type *openapi3.Types
|
Build:
parser/openapi_parser.go#L105
cannot convert openapi3.TypeObject (untyped string constant "object") to type *openapi3.Types
|
Build
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading