Compare commits

..

1 Commits

Author SHA1 Message Date
a783f82ecf chore(deps): update golang docker tag to v1.24.0 2025-02-12 21:01:05 +00:00

View File

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