Closed bijancn closed 5 months ago
Hi There are some changes in the openapi3 API which I have updated. Can you try compiling
xcaddy build --with github.com/chukmunnlee/caddy-openapi@v0.11.0
I am using go1.22.3.
I have also compiled the caddy binary with my extension only in the release page for v0.11.0.
Thanks for your patience.
Closed
Thank you @chukmunnlee ! Works for me as well now. Would you be interested that I add a github actions workflow, so we can have CI/CD verifying the build status automatically for us?
Sure. Will do when I have some free cycles.
Regards
On Wed, Jun 5, 2024 at 3:36 PM Bijan Chokoufe Nejad < @.***> wrote:
Thank you @chukmunnlee https://github.com/chukmunnlee ! Works for me as well now. Would you be interested that I add a github actions workflow, so we can have CI/CD verifying the build status automatically for us?
— Reply to this email directly, view it on GitHub https://github.com/chukmunnlee/caddy-openapi/issues/7#issuecomment-2149090833, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJT6UYE6J2WSCHNLL6JKETZF25XPAVCNFSM6AAAAABILBPT4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBZGA4TAOBTGM . You are receiving this because you were mentioned.Message ID: @.***>
I tried to build on MacOs/darwin with the latest
go version = 1.22.3
but find this errorWhat confuses me a bit is that the error message indicates that
quic-go@v0.28.0
cannot work on Go later than 1.20 but you indicate that the build was tested ongo version = 1.21.1
in theREADME
?Anyway, I guess it could solved by upgrading quic-go to the latest version.