Compare commits

..

No commits in common. "renovate/golang-1.x" and "custom" have entirely different histories.

View File

@ -1,4 +1,4 @@
FROM golang:1.23.6 AS build FROM golang:1.23.5 AS build
WORKDIR /code WORKDIR /code
RUN go install github.com/a-h/templ/cmd/templ@latest RUN go install github.com/a-h/templ/cmd/templ@latest