caddyserver / caddy-docker

Source for the official Caddy v2 Docker Image
https://hub.docker.com/_/caddy
Apache License 2.0
398 stars 73 forks source link

Update builder to Go 1.22.1 #333

Closed taophp closed 3 months ago

taophp commented 3 months ago

Update Go version from 1.21 to 1.22.1.

Enable building caddy with xtemplate-caddy module, which require at least Go 1.22.1.

francislavoie commented 3 months ago

We'll do this along with the Caddy 2.8.0 release. Plugin authors shouldn't require a newer version of Go than Caddy has pinned. The plugin should loosen itself to allow 1.21 as well.

taophp commented 3 months ago

You're right, @francislavoie. I opened an issue on xtemplate. Should I close the PR ?

BTW, do you know when Caddy 2.8.0 is planned to be released ?

francislavoie commented 3 months ago

Yeah let's close for now.

We don't plan out our releases that solidly, but hopefully within a month.