You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result, I've confirmed that when importing both the latest version of getkin/kin-openapi and oapi-codegen/echo-middleware on the host side, the IDE shows errors.
Overview
I would like to propose updating the minimum required Go version to 1.23 due to updates in getkin/kin-openapi.
#20
I have confirmed that tests are failing in the above CI because Go 1.20 doesn't support the toolchain.
I've also confirmed that oapi-codegen/oapi-codegen will address this soon:
oapi-codegen/oapi-codegen#1890
Why
In the following version of getkin/kin-openapi, the dependency invopop/yaml was removed:
https://github.com/getkin/kin-openapi/releases/tag/v0.129.0
As a result, I've confirmed that when importing both the latest version of getkin/kin-openapi and oapi-codegen/echo-middleware on the host side, the IDE shows errors.
go.mod
Error Messge
I have confirmed that compilation executes without issues despite the IDE error.
The text was updated successfully, but these errors were encountered: