Incompatible with Caddy 2.7.0-beta
CDN18 opened this issue · 1 comments
CDN18 commented
Running xcaddy build v2.7.0-beta.2 --with github.com/caddyserver/nginx-adapter
will not produce a successful build.
Logs:
2023/06/30 02:58:24 [INFO] exec (timeout=-2562047h47m16.854775808s): /usr/local/go/bin/go build -o /workspaces/nginx-adapter/caddy -ldflags -w -s -trimpath
# github.com/caddyserver/nginx-adapter
/go/pkg/mod/github.com/caddyserver/nginx-adapter@v0.0.5/server.go:231:4: unknown field WriterRaw in struct literal of type caddy.CustomLog
2023/06/30 02:59:14 [INFO] Cleaning up temporary folder: /tmp/buildenv_2023-06-30-0257.2300610627
2023/06/30 02:59:14 [FATAL] exit status 1
mholt commented
Thanks for the report! This is from caddyserver/caddy#5441. We'll get this fixed as soon as possible. (Or, pull request welcomed.)