-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xcaddy build failed ctx.AppIsConfigured undefined #13
Comments
It could be a Caddy version problem. Could you please try again with I might need some time to look into this issue. It seems that they renamed the function to |
Or, a PR is very much welcome if it worked with just the function name changed.
|
Yes, managed to build this with rename and type check fix ( |
Thanks for the PR! I left some suggestions and comments for passing the CI and reducing redundancy, if you'd love to. Or I can do a push, either way. |
* fix/rename AppIsConfigured * fix: broken dependency and code redundancy - Update dependency to their latest - Combined App configure check with assignment * fix: go runner version Bump up go test runner version to Go 1.20 to be consistent with go.mod. I am actually surprised that go.mod specifying Go 1.20 does not immediately fail on all older version Go. * fix: quotation mark around go-version * fix: breaking go build ./... --------- Co-authored-by: Gaukas Wang <i@gauk.as>
Tried to build xcaddy with modcaddy
xcaddy build --with github.com/gaukas/clienthellod/modcaddy
Got this:
What can be wrong?
The text was updated successfully, but these errors were encountered: