caddyserver / caddy-docker

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

Windows 1809 builder should use at least Go 1.18 #256

Closed hairyhenderson closed 2 years ago

hairyhenderson commented 2 years ago

Back in https://github.com/caddyserver/caddy-docker/pull/226, the LTSC2022 image was updated, but for some reason the 1809 image got lost.

This is now causing CI for the 2.6.0-beta.3 image to fail, because the golang:1.17-windowsservercore-1809 upstream image is "naughty" (i.e. unsupported and disallowed).

Signed-off-by: Dave Henderson dhenderson@gmail.com